Home
last modified time | relevance | path

Searched refs:rxe_pool (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_pool.h83 struct rxe_pool *pool;
92 struct rxe_pool { struct
126 int rxe_pool_init(struct rxe_dev *rxe, struct rxe_pool *pool, argument
130 void rxe_pool_cleanup(struct rxe_pool *pool);
133 void *rxe_alloc(struct rxe_pool *pool);
136 int rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_entry *elem);
155 void *rxe_pool_get_index(struct rxe_pool *pool, u32 index);
158 void *rxe_pool_get_key(struct rxe_pool *pool, void *key);
Drxe_pool.c108 static inline const char *pool_name(struct rxe_pool *pool) in pool_name()
113 static inline struct kmem_cache *pool_cache(struct rxe_pool *pool) in pool_cache()
169 static int rxe_pool_init_index(struct rxe_pool *pool, u32 max, u32 min) in rxe_pool_init_index()
199 struct rxe_pool *pool, in rxe_pool_init()
243 struct rxe_pool *pool = container_of(kref, struct rxe_pool, ref_cnt); in rxe_pool_release()
249 static void rxe_pool_put(struct rxe_pool *pool) in rxe_pool_put()
254 void rxe_pool_cleanup(struct rxe_pool *pool) in rxe_pool_cleanup()
268 static u32 alloc_index(struct rxe_pool *pool) in alloc_index()
283 static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_index()
310 static void insert_key(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_key()
[all …]
Drxe_verbs.h395 struct rxe_pool uc_pool;
396 struct rxe_pool pd_pool;
397 struct rxe_pool ah_pool;
398 struct rxe_pool srq_pool;
399 struct rxe_pool qp_pool;
400 struct rxe_pool cq_pool;
401 struct rxe_pool mr_pool;
402 struct rxe_pool mw_pool;
403 struct rxe_pool mc_grp_pool;
404 struct rxe_pool mc_elem_pool;
DMakefile10 rxe_pool.o \