Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_pool.c275 static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_index()
279 struct rxe_pool_entry *elem; in insert_index()
283 elem = rb_entry(parent, struct rxe_pool_entry, node); in insert_index()
302 static void insert_key(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_key()
306 struct rxe_pool_entry *elem; in insert_key()
311 elem = rb_entry(parent, struct rxe_pool_entry, node); in insert_key()
335 struct rxe_pool_entry *elem = arg; in rxe_add_key()
347 struct rxe_pool_entry *elem = arg; in rxe_drop_key()
358 struct rxe_pool_entry *elem = arg; in rxe_add_index()
370 struct rxe_pool_entry *elem = arg; in rxe_drop_index()
[all …]
Drxe_verbs.h64 struct rxe_pool_entry pelem;
69 struct rxe_pool_entry pelem;
74 struct rxe_pool_entry pelem;
88 struct rxe_pool_entry pelem;
123 struct rxe_pool_entry pelem;
232 struct rxe_pool_entry pelem;
314 struct rxe_pool_entry pelem;
349 struct rxe_pool_entry pelem;
360 struct rxe_pool_entry pelem;
468 void rxe_mc_cleanup(struct rxe_pool_entry *arg);
Drxe_pool.h60 struct rxe_pool_entry;
65 void (*cleanup)(struct rxe_pool_entry *obj);
81 struct rxe_pool_entry { struct
96 void (*cleanup)(struct rxe_pool_entry *obj); argument
Drxe_loc.h65 void rxe_cq_cleanup(struct rxe_pool_entry *arg);
79 void rxe_mc_cleanup(struct rxe_pool_entry *arg);
138 void rxe_mem_cleanup(struct rxe_pool_entry *arg);
177 void rxe_qp_cleanup(struct rxe_pool_entry *arg);
Drxe_mcast.c183 void rxe_mc_cleanup(struct rxe_pool_entry *arg) in rxe_mc_cleanup()
Drxe_cq.c179 void rxe_cq_cleanup(struct rxe_pool_entry *arg) in rxe_cq_cleanup()
Drxe_mr.c94 void rxe_mem_cleanup(struct rxe_pool_entry *arg) in rxe_mem_cleanup()
Drxe_qp.c835 void rxe_qp_cleanup(struct rxe_pool_entry *arg) in rxe_qp_cleanup()