Home
last modified time | relevance | path

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

/include/linux/
Dlist.h273 static inline void __list_splice(const struct list_head *list, in __list_splice() function
296 __list_splice(list, head, head->next); in list_splice()
308 __list_splice(list, head->prev, head); in list_splice_tail()
322 __list_splice(list, head, head->next); in list_splice_init()
339 __list_splice(list, head->prev, head); in list_splice_tail_init()