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