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/libxkbcommon/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/e2fsprogs/lib/ext2fs/
Dkernel-list.h79 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/uboot/u-boot-2020.01/scripts/kconfig/
Dlist.h71 static inline int list_empty(const 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/exfat-utils/include/
Dlist.h150 static inline int list_empty(const 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/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h70 list_empty(const struct list_head *head) in list_empty() function
/third_party/uboot/u-boot-2020.01/include/linux/
Dlist.h176 static inline int 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