Searched refs:rxe_pool_cleanup (Results 1 – 3 of 3) sorted by relevance
58 rxe_pool_cleanup(&rxe->uc_pool); in rxe_dealloc()59 rxe_pool_cleanup(&rxe->pd_pool); in rxe_dealloc()60 rxe_pool_cleanup(&rxe->ah_pool); in rxe_dealloc()61 rxe_pool_cleanup(&rxe->srq_pool); in rxe_dealloc()62 rxe_pool_cleanup(&rxe->qp_pool); in rxe_dealloc()63 rxe_pool_cleanup(&rxe->cq_pool); in rxe_dealloc()64 rxe_pool_cleanup(&rxe->mr_pool); in rxe_dealloc()65 rxe_pool_cleanup(&rxe->mw_pool); in rxe_dealloc()66 rxe_pool_cleanup(&rxe->mc_grp_pool); in rxe_dealloc()67 rxe_pool_cleanup(&rxe->mc_elem_pool); in rxe_dealloc()[all …]
130 void rxe_pool_cleanup(struct rxe_pool *pool);
254 void rxe_pool_cleanup(struct rxe_pool *pool) in rxe_pool_cleanup() function