Searched defs:list_empty (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Dmylist.h14 #define list_empty(l) ( (l)->next == l ) macro
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_linux_list.h52 list_empty(struct list_head *head) { function
/freebsd-10-stable/sys/dev/hptnr/
H A Dlist.h80 static HPT_INLINE int list_empty(struct list_head *head) function
/freebsd-10-stable/sys/dev/hptrr/
H A Dlist.h83 static HPT_INLINE int list_empty(struct list_head *head) function
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dlist.h81 static HPT_INLINE int list_empty(struct list_head *head) function
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c150 list_empty(list_t *list) function
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dlist.c40 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_linux_list.h57 list_empty(const struct list_head *head) { function
/freebsd-10-stable/sys/ofed/include/linux/
H A Dlist.h83 list_empty(const struct list_head *head) function
/freebsd-10-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c205 static inline int list_empty(const struct list_head *head) function

Completed in 65 milliseconds