Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Dfmr_pool.c93 struct hlist_head *cache_bucket; member
123 if (!pool->cache_bucket) in ib_fmr_cache_lookup()
126 bucket = pool->cache_bucket + ib_fmr_hash(*page_list); in ib_fmr_cache_lookup()
229 pool->cache_bucket = NULL; in ib_create_fmr_pool()
237 pool->cache_bucket = in ib_create_fmr_pool()
239 sizeof(*pool->cache_bucket), in ib_create_fmr_pool()
241 if (!pool->cache_bucket) { in ib_create_fmr_pool()
247 INIT_HLIST_HEAD(pool->cache_bucket + i); in ib_create_fmr_pool()
277 if (pool->cache_bucket) in ib_create_fmr_pool()
306 kfree(pool->cache_bucket); in ib_create_fmr_pool()
[all …]