Searched refs:__list_splice (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/include/linux/ |
| H A D | list.h | 284 static inline void __list_splice(const struct list_head *list, in __list_splice() function 307 __list_splice(list, head, head->next); in list_splice() 319 __list_splice(list, head->prev, head); in list_splice_tail() 333 __list_splice(list, head, head->next); in list_splice_init() 350 __list_splice(list, head->prev, head); in list_splice_tail_init()
|
| /linux/include/linux/ |
| H A D | list.h | 531 static inline void __list_splice(const struct list_head *list, in __list_splice() function 554 __list_splice(list, head, head->next); in list_splice() 566 __list_splice(list, head->prev, head); in list_splice_tail() 580 __list_splice(list, head, head->next); in list_splice_init() 597 __list_splice(list, head->prev, head); in list_splice_tail_init()
|