Home
last modified time | relevance | path

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

/sys/include/
Dqueue.h260 if (!STAILQ_EMPTY((head2))) { \
267 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
315 (STAILQ_EMPTY((head)) ? NULL : \
353 if (STAILQ_EMPTY(head1)) \
355 if (STAILQ_EMPTY(head2)) \