Home
last modified time | relevance | path

Searched refs:chpfirst (Results 1 – 1 of 1) sorted by relevance

/net/rds/
Dib_recv.c425 struct list_head __percpu *chpfirst; in rds_ib_recv_cache_put() local
429 chpfirst = __this_cpu_read(cache->percpu->first); in rds_ib_recv_cache_put()
430 if (!chpfirst) in rds_ib_recv_cache_put()
433 list_add_tail(new_item, chpfirst); in rds_ib_recv_cache_put()
435 __this_cpu_write(chpfirst, new_item); in rds_ib_recv_cache_put()
450 list_splice_entire_tail(old, chpfirst); in rds_ib_recv_cache_put()
451 old = cmpxchg(&cache->xfer, NULL, chpfirst); in rds_ib_recv_cache_put()
455 __this_cpu_write(chpfirst, NULL); in rds_ib_recv_cache_put()