Lines Matching refs:ready
93 if (cache->ready) in rds_ib_cache_xfer_to_ready()
94 list_splice_entire_tail(tmp, cache->ready); in rds_ib_cache_xfer_to_ready()
96 cache->ready = tmp; in rds_ib_cache_xfer_to_ready()
115 cache->ready = NULL; in rds_ib_recv_alloc_cache()
148 if (cache->ready) { in rds_ib_cache_splice_all_lists()
149 list_splice_entire_tail(cache->ready, caller_list); in rds_ib_cache_splice_all_lists()
150 cache->ready = NULL; in rds_ib_cache_splice_all_lists()
313 if (!ic->i_cache_incs.ready) in rds_ib_recv_refill_one()
315 if (!ic->i_cache_frags.ready) in rds_ib_recv_refill_one()
462 struct list_head *head = cache->ready; in rds_ib_recv_cache_get()
466 cache->ready = head->next; in rds_ib_recv_cache_get()
469 cache->ready = NULL; in rds_ib_recv_cache_get()