Searched refs:rxe_pool (Results 1 – 4 of 4) sorted by relevance
/drivers/infiniband/sw/rxe/ |
D | rxe_pool.c | 105 static inline 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() 166 static int rxe_pool_init_index(struct rxe_pool *pool, u32 max, u32 min) in rxe_pool_init_index() 197 struct rxe_pool *pool, in rxe_pool_init() 241 struct rxe_pool *pool = container_of(kref, struct rxe_pool, ref_cnt); in rxe_pool_release() 247 static void rxe_pool_put(struct rxe_pool *pool) in rxe_pool_put() 252 int 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 …]
|
D | rxe_pool.h | 80 struct rxe_pool *pool; 89 struct rxe_pool { struct 123 int rxe_pool_init(struct rxe_dev *rxe, struct rxe_pool *pool, argument 127 int rxe_pool_cleanup(struct rxe_pool *pool); 130 void *rxe_alloc(struct rxe_pool *pool); 149 void *rxe_pool_get_index(struct rxe_pool *pool, u32 index); 152 void *rxe_pool_get_key(struct rxe_pool *pool, void *key);
|
D | rxe_verbs.h | 409 struct rxe_pool uc_pool; 410 struct rxe_pool pd_pool; 411 struct rxe_pool ah_pool; 412 struct rxe_pool srq_pool; 413 struct rxe_pool qp_pool; 414 struct rxe_pool cq_pool; 415 struct rxe_pool mr_pool; 416 struct rxe_pool mw_pool; 417 struct rxe_pool mc_grp_pool; 418 struct rxe_pool mc_elem_pool;
|
D | Makefile | 9 rxe_pool.o \
|