Home
last modified time | relevance | path

Searched refs:__rxe_cleanup (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/infiniband/sw/rxe/
Drxe_pool.h73 int __rxe_cleanup(struct rxe_pool_elem *elem, bool sleepable);
74 #define rxe_cleanup(obj) __rxe_cleanup(&(obj)->elem, true)
75 #define rxe_cleanup_ah(obj, sleepable) __rxe_cleanup(&(obj)->elem, sleepable)
Drxe_pool.c177 int __rxe_cleanup(struct rxe_pool_elem *elem, bool sleepable) in __rxe_cleanup() function