Home
last modified time | relevance | path

Searched refs:TAILQ_EMPTY (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dqueue.h666 if (!TAILQ_EMPTY(head) && \
712 if (!TAILQ_EMPTY(head2)) { \
722 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
831 (TAILQ_EMPTY(head) ? NULL : __containerof((head)->tqh_last, QUEUE_TYPEOF(type), field.tqe_next))
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c2895 (TAILQ_EMPTY(&dev->children)? "no ":""), in print_device_short()
/third_party/musl/ldso/linux/
Ddynlink.c4022 while (!TAILQ_EMPTY(&unload_queue)) { in do_dlclose()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c4026 while (!TAILQ_EMPTY(&unload_queue)) { in do_dlclose()