Searched refs:linux_list_add (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | list.h | 150 linux_list_add(struct list_head *new, struct list_head *prev, in linux_list_add() function 239 linux_list_add(new, head, head->next); in list_add() 246 linux_list_add(new, head->prev, head); in list_add_tail()
|
| /freebsd-12.1/lib/libpmc/pmu-events/ |
| H A D | list.h | 133 linux_list_add(struct list_head *new, struct list_head *prev, in linux_list_add() function 218 linux_list_add(new, head, head->next); in list_add() 225 linux_list_add(new, head->prev, head); in list_add_tail()
|