Home
last modified time | relevance | path

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

/freebsd/sys/contrib/vchiq/interface/compat/
H A Dlist.h144 __list_splice_between(struct list_head *prev, const struct list_head *list, in __list_splice_between() function
161 __list_splice_between(head, list, head->next); in list_splice()
168 __list_splice_between(head->prev, list, head); in list_splice_tail()