Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/pmu-events/
H A Dlist.h131 linux_list_add(struct list_head *new, struct list_head *prev, in linux_list_add() function
216 linux_list_add(new, head, head->next); in list_add()
223 linux_list_add(new, head->prev, head); in list_add_tail()