Searched refs:i_cache_frags (Results 1 – 2 of 2) sorted by relevance
127 ret = rds_ib_recv_alloc_cache(&ic->i_cache_frags, gfp); in rds_ib_recv_alloc_caches()174 rds_ib_cache_xfer_to_ready(&ic->i_cache_frags); in rds_ib_recv_free_caches()175 rds_ib_cache_splice_all_lists(&ic->i_cache_frags, &list); in rds_ib_recv_free_caches()176 free_percpu(ic->i_cache_frags.percpu); in rds_ib_recv_free_caches()197 rds_ib_recv_cache_put(&frag->f_cache_entry, &ic->i_cache_frags); in rds_ib_frag_free()282 cache_item = rds_ib_recv_cache_get(&ic->i_cache_frags); in rds_ib_refill_one_frag()323 if (!ic->i_cache_frags.ready) in rds_ib_recv_refill_one()324 rds_ib_cache_xfer_to_ready(&ic->i_cache_frags); in rds_ib_recv_refill_one()
183 struct rds_ib_refill_cache i_cache_frags; member