Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/test/
H A Dmylist.h14 #define INIT_LIST_HEAD(l) do { (l)->prev = (l)->next = (l); } while (0) macro
/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_list.h25 #define INIT_LIST_HEAD(p) \ macro
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dlist.h67 INIT_LIST_HEAD(struct list_head *head) in INIT_LIST_HEAD() function
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_osdep.h327 #define INIT_LIST_HEAD(list_head) LIST_INIT(list_head) macro