Searched refs:SIMPLEQ_EMPTY (Results 1 – 6 of 6) sorted by relevance
319 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == SIMPLEQ_END(head)) macro384 if (!SIMPLEQ_EMPTY((head2))) { \392 (SIMPLEQ_EMPTY((head)) ? \
359 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == NULL) macro
391 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == NULL) macro
408 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == NULL) macro