Searched refs:rxe_pool_entry (Results 1 – 9 of 9) sorted by relevance
33 struct rxe_pool_entry;35 struct rxe_pool_entry { struct52 void (*cleanup)(struct rxe_pool_entry *obj); argument99 int __rxe_add_index_locked(struct rxe_pool_entry *elem);103 int __rxe_add_index(struct rxe_pool_entry *elem);110 void __rxe_drop_index_locked(struct rxe_pool_entry *elem);114 void __rxe_drop_index(struct rxe_pool_entry *elem);121 int __rxe_add_key_locked(struct rxe_pool_entry *elem, void *key);125 int __rxe_add_key(struct rxe_pool_entry *elem, void *key);130 void __rxe_drop_key_locked(struct rxe_pool_entry *elem);[all …]
14 void (*cleanup)(struct rxe_pool_entry *obj);196 struct rxe_pool_entry *elem; in rxe_insert_index()223 struct rxe_pool_entry *elem; in rxe_insert_key()281 void __rxe_drop_key(struct rxe_pool_entry *elem) in __rxe_drop_key()302 int __rxe_add_index(struct rxe_pool_entry *elem) in __rxe_add_index()323 void __rxe_drop_index(struct rxe_pool_entry *elem) in __rxe_drop_index()336 struct rxe_pool_entry *elem; in rxe_alloc_locked()361 struct rxe_pool_entry *elem; in rxe_alloc()400 struct rxe_pool_entry *elem = in rxe_elem_release()421 struct rxe_pool_entry *elem; in rxe_pool_get_index_locked()[all …]
38 struct rxe_pool_entry pelem;43 struct rxe_pool_entry pelem;48 struct rxe_pool_entry pelem;63 struct rxe_pool_entry pelem;98 struct rxe_pool_entry pelem;212 struct rxe_pool_entry pelem;312 struct rxe_pool_entry pelem;345 struct rxe_pool_entry pelem;357 struct rxe_pool_entry pelem;368 struct rxe_pool_entry pelem;[all …]
40 void rxe_cq_cleanup(struct rxe_pool_entry *arg);54 void rxe_mc_cleanup(struct rxe_pool_entry *arg);92 void rxe_mr_cleanup(struct rxe_pool_entry *arg);100 void rxe_mw_cleanup(struct rxe_pool_entry *arg);134 void rxe_qp_cleanup(struct rxe_pool_entry *arg);
153 void rxe_cq_cleanup(struct rxe_pool_entry *arg) in rxe_cq_cleanup()
172 void rxe_mc_cleanup(struct rxe_pool_entry *arg) in rxe_mc_cleanup()
336 void rxe_mw_cleanup(struct rxe_pool_entry *elem) in rxe_mw_cleanup()
700 void rxe_mr_cleanup(struct rxe_pool_entry *arg) in rxe_mr_cleanup()
835 void rxe_qp_cleanup(struct rxe_pool_entry *arg) in rxe_qp_cleanup()
Completed in 19 milliseconds