Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_pool.c113 static inline struct kmem_cache *pool_cache(struct rxe_pool *pool) in pool_cache() function
409 elem = kmem_cache_zalloc(pool_cache(pool), in rxe_alloc()
471 kmem_cache_free(pool_cache(pool), elem); in rxe_elem_release()