Home
last modified time | relevance | path

Searched defs:INIT_LIST_HEAD (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/netpfil/ipfw/test/
H A Dmylist.h13 #define INIT_LIST_HEAD(l) do { (l)->prev = (l)->next = (l); } while (0) macro
/freebsd/sys/dev/hpt27xx/
H A Dlist.h44 #define INIT_LIST_HEAD(ptr) do { (ptr)->next = (ptr); (ptr)->prev = (ptr); } while (0) macro
/freebsd/sys/dev/hptnr/
H A Dlist.h43 #define INIT_LIST_HEAD(ptr) do { (ptr)->next = (ptr); (ptr)->prev = (ptr); } while (0) macro
/freebsd/sys/dev/hptrr/
H A Dlist.h46 #define INIT_LIST_HEAD(ptr) do { (ptr)->next = (ptr); (ptr)->prev = (ptr); } while (0) macro
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dlist.h67 INIT_LIST_HEAD(struct list_head *head) in INIT_LIST_HEAD() function
/freebsd/sys/dev/drm2/
H A Ddrm_linux_list.h43 INIT_LIST_HEAD(struct list_head *head) { in INIT_LIST_HEAD() function
/freebsd/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c50 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() function
/freebsd/sys/dev/ice/
H A Dice_osdep.h227 #define INIT_LIST_HEAD LIST_INIT macro
/freebsd/lib/libpmc/pmu-events/
H A Dlist.h72 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h88 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() function