Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_pool.h76 int __rxe_cleanup(struct rxe_pool_elem *elem, bool sleepable);
77 #define rxe_cleanup(obj) __rxe_cleanup(&(obj)->elem, true)
78 #define rxe_cleanup_ah(obj, sleepable) __rxe_cleanup(&(obj)->elem, sleepable)
Drxe_pool.c220 int __rxe_cleanup(struct rxe_pool_elem *elem, bool sleepable) in __rxe_cleanup() function