Searched refs:rxe_pool_cleanup (Results 1 – 3 of 3) sorted by relevance
25 rxe_pool_cleanup(&rxe->uc_pool); in rxe_dealloc()26 rxe_pool_cleanup(&rxe->pd_pool); in rxe_dealloc()27 rxe_pool_cleanup(&rxe->ah_pool); in rxe_dealloc()28 rxe_pool_cleanup(&rxe->srq_pool); in rxe_dealloc()29 rxe_pool_cleanup(&rxe->qp_pool); in rxe_dealloc()30 rxe_pool_cleanup(&rxe->cq_pool); in rxe_dealloc()31 rxe_pool_cleanup(&rxe->mr_pool); in rxe_dealloc()32 rxe_pool_cleanup(&rxe->mw_pool); in rxe_dealloc()33 rxe_pool_cleanup(&rxe->mc_grp_pool); in rxe_dealloc()34 rxe_pool_cleanup(&rxe->mc_elem_pool); in rxe_dealloc()[all …]
96 void rxe_pool_cleanup(struct rxe_pool *pool);
171 void rxe_pool_cleanup(struct rxe_pool *pool) in rxe_pool_cleanup() function