Home
last modified time | relevance | path

Searched defs:list_empty (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/test/
H A Dmylist.h15 #define list_empty(l) ( (l)->next == l ) macro
/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_list.h33 #define list_empty(p) \ macro
/f-stack/freebsd/contrib/openzfs/lib/libspl/
H A Dlist.c38 #define list_empty(a) ((a)->list_head.next == &(a)->list_head) macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c38 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dlist.h98 list_empty(const struct list_head *head) in list_empty() function