Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/common/include/linux/
H A Dlist.h174 __list_splice_between(struct list_head *prev, const struct list_head *list, in __list_splice_between() function
191 __list_splice_between(head, list, head->next); in list_splice()
198 __list_splice_between(head, list, head->next); in list_splice_init()
207 __list_splice_between(head->prev, list, head); in list_splice_tail()
214 __list_splice_between(head->prev, list, head); in list_splice_tail_init()