Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dutil-list.c82 list_empty(const struct list *list) in list_empty() function
/third_party/libnl/python/netlink/
Dutils.h8 static inline int list_empty(const struct list_head *head) in list_empty() function
/third_party/alsa-lib/include/
Dlist.h112 static inline int list_empty(const struct list_head *p) in list_empty() function
/third_party/e2fsprogs/lib/ext2fs/
Dkernel-list.h81 static __inline__ int list_empty(struct list_head *head) in list_empty() function
/third_party/quickjs/
Dlist.h81 static inline int list_empty(struct list_head *el) in list_empty() function
/third_party/e2fsprogs/lib/blkid/
Dlist.h124 _INLINE_ int list_empty(struct list_head *head) in list_empty() function
/third_party/boost/tools/build/src/engine/
Dlists.h97 #define list_empty( l ) ((l) == L0) macro
/third_party/alsa-utils/alsactl/
Dlist.h159 static inline int list_empty(struct list_head *head) in list_empty() function
/third_party/ltp/testcases/realtime/include/
Dlist.h180 static inline int list_empty(const struct list_head *head) in list_empty() function
/third_party/exfatprogs/include/
Dlist.h150 static inline int list_empty(const struct list_head *head) in list_empty() function
/third_party/iptables/libiptc/
Dlinux_list.h260 static inline int list_empty(const struct list_head *head) in list_empty() function
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h70 list_empty(const struct list_head *head) in list_empty() function
/third_party/libusb/libusb/
Dlibusbi.h165 #define list_empty(entry) ((entry)->next == (entry)) macro