Searched refs:STAILQ_EMPTY (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h273 if (!STAILQ_EMPTY((head2))) { \
280 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
319 (STAILQ_EMPTY((head)) ? \
363 if (STAILQ_EMPTY(head1)) \
365 if (STAILQ_EMPTY(head2)) \

Completed in 13 milliseconds