Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
A Drxe_pool.h33 struct rxe_pool_entry;
35 struct rxe_pool_entry { struct
52 void (*cleanup)(struct rxe_pool_entry *obj); argument
99 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 …]
A Drxe_pool.c14 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 …]
A Drxe_verbs.h38 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 …]
A Drxe_loc.h40 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);
A Drxe_cq.c153 void rxe_cq_cleanup(struct rxe_pool_entry *arg) in rxe_cq_cleanup()
A Drxe_mcast.c172 void rxe_mc_cleanup(struct rxe_pool_entry *arg) in rxe_mc_cleanup()
A Drxe_mw.c336 void rxe_mw_cleanup(struct rxe_pool_entry *elem) in rxe_mw_cleanup()
A Drxe_mr.c700 void rxe_mr_cleanup(struct rxe_pool_entry *arg) in rxe_mr_cleanup()
A Drxe_qp.c835 void rxe_qp_cleanup(struct rxe_pool_entry *arg) in rxe_qp_cleanup()

Completed in 19 milliseconds