Searched refs:list_splice_entire_tail (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_recv.c | 79 static void list_splice_entire_tail(struct list_head *from, in list_splice_entire_tail() function 95 list_splice_entire_tail(tmp, cache->ready); in rds_ib_cache_xfer_to_ready() 144 list_splice_entire_tail(head->first, caller_list); in rds_ib_cache_splice_all_lists() 150 list_splice_entire_tail(cache->ready, caller_list); in rds_ib_cache_splice_all_lists() 507 list_splice_entire_tail(old, chpfirst); in rds_ib_recv_cache_put()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_recv.c | 80 static void list_splice_entire_tail(struct list_head *from, in list_splice_entire_tail() function 96 list_splice_entire_tail(tmp, cache->ready); in rds_ib_cache_xfer_to_ready() 145 list_splice_entire_tail(head->first, caller_list); in rds_ib_cache_splice_all_lists() 151 list_splice_entire_tail(cache->ready, caller_list); in rds_ib_cache_splice_all_lists() 508 list_splice_entire_tail(old, chpfirst); in rds_ib_recv_cache_put()
|
Completed in 3 milliseconds