Searched refs:cache_bucket (Results 1 – 1 of 1) sorted by relevance
93 struct hlist_head *cache_bucket; member122 if (!pool->cache_bucket) in ib_fmr_cache_lookup()125 bucket = pool->cache_bucket + ib_fmr_hash(*page_list); in ib_fmr_cache_lookup()238 pool->cache_bucket = NULL; in ib_create_fmr_pool()246 pool->cache_bucket = in ib_create_fmr_pool()247 kmalloc(IB_FMR_HASH_SIZE * sizeof *pool->cache_bucket, in ib_create_fmr_pool()249 if (!pool->cache_bucket) { in ib_create_fmr_pool()256 INIT_HLIST_HEAD(pool->cache_bucket + i); in ib_create_fmr_pool()288 if (pool->cache_bucket) in ib_create_fmr_pool()317 kfree(pool->cache_bucket); in ib_create_fmr_pool()[all …]