Searched refs:linux_list_splice (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h278 linux_list_splice(const struct list_head *list, struct list_head *prev, function
298 linux_list_splice(list, head, head->next);
305 linux_list_splice(list, head->prev, head);
312 linux_list_splice(list, head, head->next);
320 linux_list_splice(list, head->prev, head);

Completed in 49 milliseconds