Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/ipfw/test/
HDmylist.h15 #define list_empty(l) ( (l)->next == l ) macro
/freebsd-11-stable/sys/dev/drm/
HDdrm_linux_list.h52 list_empty(struct list_head *head) { in list_empty() function
/freebsd-11-stable/sys/dev/hptrr/
HDlist.h83 static HPT_INLINE int list_empty(struct list_head *head) in list_empty() function
/freebsd-11-stable/sys/dev/hpt27xx/
HDlist.h81 static HPT_INLINE int list_empty(struct list_head *head) in list_empty() function
/freebsd-11-stable/sys/dev/hptnr/
HDlist.h80 static HPT_INLINE int list_empty(struct list_head *head) in list_empty() function
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
HDlist.c150 list_empty(list_t *list) in list_empty() function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
HDlist.c40 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
HDlist.h98 list_empty(const struct list_head *head) in list_empty() function
/freebsd-11-stable/sys/dev/drm2/
HDdrm_linux_list.h56 list_empty(const struct list_head *head) { in list_empty() function
/freebsd-11-stable/tools/tools/drm/radeon/mkregtable/
HDmkregtable.c205 static inline int list_empty(const struct list_head *head) in list_empty() function
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDlist.h98 list_empty(const struct list_head *head) in list_empty() function