Searched refs:linux_list_splice (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 255 linux_list_splice(const struct list_head *list, struct list_head *prev, in linux_list_splice() function 275 linux_list_splice(list, head, head->next); in list_splice() 282 linux_list_splice(list, head->prev, head); in list_splice_tail() 289 linux_list_splice(list, head, head->next); in list_splice_init() 297 linux_list_splice(list, head->prev, head); in list_splice_tail_init()
|
Completed in 2 milliseconds