Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h122 linux_list_add(struct list_head *new, struct list_head *prev, in linux_list_add() function
211 linux_list_add(new, head, head->next); in list_add()
218 linux_list_add(new, head->prev, head); in list_add_tail()