Searched refs:i_cache_frags (Results 1 – 2 of 2) sorted by relevance
126 ret = rds_ib_recv_alloc_cache(&ic->i_cache_frags); in rds_ib_recv_alloc_caches()172 rds_ib_cache_xfer_to_ready(&ic->i_cache_frags); in rds_ib_recv_free_caches()173 rds_ib_cache_splice_all_lists(&ic->i_cache_frags, &list); in rds_ib_recv_free_caches()174 free_percpu(ic->i_cache_frags.percpu); in rds_ib_recv_free_caches()195 rds_ib_recv_cache_put(&frag->f_cache_entry, &ic->i_cache_frags); in rds_ib_frag_free()277 cache_item = rds_ib_recv_cache_get(&ic->i_cache_frags); in rds_ib_refill_one_frag()315 if (!ic->i_cache_frags.ready) in rds_ib_recv_refill_one()316 rds_ib_cache_xfer_to_ready(&ic->i_cache_frags); in rds_ib_recv_refill_one()
126 struct rds_ib_refill_cache i_cache_frags; member