Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dqueue.h188 if (!STAILQ_EMPTY((head2))) { \
195 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
228 (STAILQ_EMPTY((head)) ? \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dqueue.h275 if (!STAILQ_EMPTY((head2))) { \
285 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro