Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_pool.h82 struct rxe_pool *pool;
91 struct rxe_pool { struct
125 int rxe_pool_init(struct rxe_dev *rxe, struct rxe_pool *pool, argument
129 int rxe_pool_cleanup(struct rxe_pool *pool);
132 void *rxe_alloc(struct rxe_pool *pool);
151 void *rxe_pool_get_index(struct rxe_pool *pool, u32 index);
154 void *rxe_pool_get_key(struct rxe_pool *pool, void *key);
Drxe_pool.c105 static inline const char *pool_name(struct rxe_pool *pool) in pool_name()
110 static inline struct kmem_cache *pool_cache(struct rxe_pool *pool) in pool_cache()
159 static int rxe_pool_init_index(struct rxe_pool *pool, u32 max, u32 min) in rxe_pool_init_index()
189 struct rxe_pool *pool, in rxe_pool_init()
233 struct rxe_pool *pool = container_of(kref, struct rxe_pool, ref_cnt); in rxe_pool_release()
239 static void rxe_pool_put(struct rxe_pool *pool) in rxe_pool_put()
244 int rxe_pool_cleanup(struct rxe_pool *pool) in rxe_pool_cleanup()
260 static u32 alloc_index(struct rxe_pool *pool) in alloc_index()
275 static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_index()
302 static void insert_key(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_key()
[all …]
Drxe_verbs.h391 struct rxe_pool uc_pool;
392 struct rxe_pool pd_pool;
393 struct rxe_pool ah_pool;
394 struct rxe_pool srq_pool;
395 struct rxe_pool qp_pool;
396 struct rxe_pool cq_pool;
397 struct rxe_pool mr_pool;
398 struct rxe_pool mw_pool;
399 struct rxe_pool mc_grp_pool;
400 struct rxe_pool mc_elem_pool;
DMakefile10 rxe_pool.o \