Searched refs:rxe_pool_cleanup (Results 1 – 3 of 3) sorted by relevance
23 rxe_pool_cleanup(&rxe->uc_pool); in rxe_dealloc()24 rxe_pool_cleanup(&rxe->pd_pool); in rxe_dealloc()25 rxe_pool_cleanup(&rxe->ah_pool); in rxe_dealloc()26 rxe_pool_cleanup(&rxe->srq_pool); in rxe_dealloc()27 rxe_pool_cleanup(&rxe->qp_pool); in rxe_dealloc()28 rxe_pool_cleanup(&rxe->cq_pool); in rxe_dealloc()29 rxe_pool_cleanup(&rxe->mr_pool); in rxe_dealloc()30 rxe_pool_cleanup(&rxe->mw_pool); in rxe_dealloc()
54 void rxe_pool_cleanup(struct rxe_pool *pool);
113 void rxe_pool_cleanup(struct rxe_pool *pool) in rxe_pool_cleanup() function