Searched refs:chpfirst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_recv.c | 482 struct list_head *old, *chpfirst; in rds_ib_recv_cache_put() local 486 chpfirst = __this_cpu_read(cache->percpu->first); in rds_ib_recv_cache_put() 487 if (!chpfirst) in rds_ib_recv_cache_put() 490 list_add_tail(new_item, chpfirst); in rds_ib_recv_cache_put() 507 list_splice_entire_tail(old, chpfirst); in rds_ib_recv_cache_put() 508 old = cmpxchg(&cache->xfer, NULL, chpfirst); in rds_ib_recv_cache_put()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_recv.c | 483 struct list_head *old, *chpfirst; in rds_ib_recv_cache_put() local 487 chpfirst = __this_cpu_read(cache->percpu->first); in rds_ib_recv_cache_put() 488 if (!chpfirst) in rds_ib_recv_cache_put() 491 list_add_tail(new_item, chpfirst); in rds_ib_recv_cache_put() 508 list_splice_entire_tail(old, chpfirst); in rds_ib_recv_cache_put() 509 old = cmpxchg(&cache->xfer, NULL, chpfirst); in rds_ib_recv_cache_put()
|
Completed in 4 milliseconds