Home
last modified time | relevance | path

Searched refs:rxe_pool_elem (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/sw/rxe/
H A Drxe_pool.h22 struct rxe_pool_elem { struct
34 void (*cleanup)(struct rxe_pool_elem *elem); argument
58 int __rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_elem *elem,
67 int __rxe_get(struct rxe_pool_elem *elem);
70 int __rxe_put(struct rxe_pool_elem *elem);
73 int __rxe_cleanup(struct rxe_pool_elem *elem, bool sleepable);
79 void __rxe_finalize(struct rxe_pool_elem *elem);
H A Drxe_mr.c808 void rxe_mr_cleanup(struct rxe_pool_elem *elem) in rxe_mr_cleanup()