Searched refs:__rxe_cleanup (Results 1 – 2 of 2) sorted by relevance
76 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)
220 int __rxe_cleanup(struct rxe_pool_elem *elem, bool sleepable) in __rxe_cleanup() function