Lines Matching refs:ready
94 if (cache->ready) in rds_ib_cache_xfer_to_ready()
95 list_splice_entire_tail(tmp, cache->ready); in rds_ib_cache_xfer_to_ready()
97 cache->ready = tmp; in rds_ib_cache_xfer_to_ready()
116 cache->ready = NULL; in rds_ib_recv_alloc_cache()
149 if (cache->ready) { in rds_ib_cache_splice_all_lists()
150 list_splice_entire_tail(cache->ready, caller_list); in rds_ib_cache_splice_all_lists()
151 cache->ready = NULL; in rds_ib_cache_splice_all_lists()
321 if (!ic->i_cache_incs.ready) in rds_ib_recv_refill_one()
323 if (!ic->i_cache_frags.ready) in rds_ib_recv_refill_one()
519 struct list_head *head = cache->ready; in rds_ib_recv_cache_get()
523 cache->ready = head->next; in rds_ib_recv_cache_get()
526 cache->ready = NULL; in rds_ib_recv_cache_get()