Searched refs:__list_splice (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | list.h | 274 static inline void __list_splice(const struct list_head *list, in __list_splice() function 297 __list_splice(list, head, head->next); in list_splice() 309 __list_splice(list, head->prev, head); in list_splice_tail() 323 __list_splice(list, head, head->next); in list_splice_init() 340 __list_splice(list, head->prev, head); in list_splice_tail_init()
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | list.h | 274 static inline void __list_splice(const struct list_head *list, in __list_splice() function 297 __list_splice(list, head, head->next); in list_splice() 309 __list_splice(list, head->prev, head); in list_splice_tail() 323 __list_splice(list, head, head->next); in list_splice_init() 340 __list_splice(list, head->prev, head); in list_splice_tail_init()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | list.h | 433 static inline void __list_splice(const struct list_head *list, in __list_splice() function 456 __list_splice(list, head, head->next); in list_splice() 468 __list_splice(list, head->prev, head); in list_splice_tail() 482 __list_splice(list, head, head->next); in list_splice_init() 499 __list_splice(list, head->prev, head); in list_splice_tail_init()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | list.h | 523 static inline void __list_splice(const struct list_head *list, in __list_splice() function 546 __list_splice(list, head, head->next); in list_splice() 558 __list_splice(list, head->prev, head); in list_splice_tail() 572 __list_splice(list, head, head->next); in list_splice_init() 589 __list_splice(list, head->prev, head); in list_splice_tail_init()
|
Completed in 6 milliseconds