Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_pool.h70 int __rxe_put(struct rxe_pool_elem *elem);
71 #define rxe_put(obj) __rxe_put(&(obj)->elem)
H A Drxe_pool.c197 __rxe_put(elem); in __rxe_cleanup()
244 int __rxe_put(struct rxe_pool_elem *elem) in __rxe_put() function