Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dqueue.h342 if (!STAILQ_EMPTY((head2))) { \
349 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
397 (STAILQ_EMPTY((head)) ? NULL : \
436 if (STAILQ_EMPTY(head1)) \
438 if (STAILQ_EMPTY(head2)) \