Searched refs:STAILQ_EMPTY (Results 1 – 2 of 2) sorted by relevance
188 if (!STAILQ_EMPTY((head2))) { \195 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro228 (STAILQ_EMPTY((head)) ? \
275 if (!STAILQ_EMPTY((head2))) { \285 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro