Lines Matching refs:rxe_pool
50 struct rxe_pool *pool;
62 struct rxe_pool { struct
95 int rxe_pool_init(struct rxe_dev *rxe, struct rxe_pool *pool, argument
99 void rxe_pool_cleanup(struct rxe_pool *pool);
102 void *rxe_alloc_locked(struct rxe_pool *pool);
104 void *rxe_alloc(struct rxe_pool *pool);
107 int __rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_entry *elem);
156 void *rxe_pool_get_index_locked(struct rxe_pool *pool, u32 index);
158 void *rxe_pool_get_index(struct rxe_pool *pool, u32 index);
163 void *rxe_pool_get_key_locked(struct rxe_pool *pool, void *key);
165 void *rxe_pool_get_key(struct rxe_pool *pool, void *key);