Home
last modified time | relevance | path

Searched refs:rxe_pool_entry (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/infiniband/sw/rxe/
Drxe_pool.c200 static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_index()
204 struct rxe_pool_entry *elem; in insert_index()
208 elem = rb_entry(parent, struct rxe_pool_entry, node); in insert_index()
227 static void insert_key(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_key()
231 struct rxe_pool_entry *elem; in insert_key()
236 elem = rb_entry(parent, struct rxe_pool_entry, node); in insert_key()
260 struct rxe_pool_entry *elem = arg; in rxe_add_key()
272 struct rxe_pool_entry *elem = arg; in rxe_drop_key()
283 struct rxe_pool_entry *elem = arg; in rxe_add_index()
295 struct rxe_pool_entry *elem = arg; in rxe_drop_index()
[all …]
Drxe_pool.h34 struct rxe_pool_entry;
39 void (*cleanup)(struct rxe_pool_entry *obj);
54 struct rxe_pool_entry { struct
69 void (*cleanup)(struct rxe_pool_entry *obj); argument
102 int rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_entry *elem);
Drxe_verbs.h38 struct rxe_pool_entry pelem;
43 struct rxe_pool_entry pelem;
48 struct rxe_pool_entry pelem;
62 struct rxe_pool_entry pelem;
97 struct rxe_pool_entry pelem;
209 struct rxe_pool_entry pelem;
292 struct rxe_pool_entry pelem;
323 struct rxe_pool_entry pelem;
334 struct rxe_pool_entry pelem;
454 void rxe_mc_cleanup(struct rxe_pool_entry *arg);
Drxe_loc.h40 void rxe_cq_cleanup(struct rxe_pool_entry *arg);
54 void rxe_mc_cleanup(struct rxe_pool_entry *arg);
108 void rxe_mem_cleanup(struct rxe_pool_entry *arg);
145 void rxe_qp_cleanup(struct rxe_pool_entry *arg);
Drxe_cq.c152 void rxe_cq_cleanup(struct rxe_pool_entry *arg) in rxe_cq_cleanup()
Drxe_mcast.c156 void rxe_mc_cleanup(struct rxe_pool_entry *arg) in rxe_mc_cleanup()
Drxe_mr.c62 void rxe_mem_cleanup(struct rxe_pool_entry *arg) in rxe_mem_cleanup()
Drxe_qp.c813 void rxe_qp_cleanup(struct rxe_pool_entry *arg) in rxe_qp_cleanup()