Searched refs:chpfirst (Results 1 – 1 of 1) sorted by relevance
472 struct list_head *old, *chpfirst; in rds_ib_recv_cache_put() local476 chpfirst = __this_cpu_read(cache->percpu->first); in rds_ib_recv_cache_put()477 if (!chpfirst) in rds_ib_recv_cache_put()480 list_add_tail(new_item, chpfirst); in rds_ib_recv_cache_put()497 list_splice_entire_tail(old, chpfirst); in rds_ib_recv_cache_put()498 old = cmpxchg(&cache->xfer, NULL, chpfirst); in rds_ib_recv_cache_put()