Searched refs:SIMPLEQ_EMPTY (Results 1 – 6 of 6) sorted by relevance
78 #undef SIMPLEQ_EMPTY361 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro412 if (!SIMPLEQ_EMPTY((head2))) { \
90 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro515 while (!SIMPLEQ_EMPTY(&sc->sc_freequeue)) { in ubsec_detach()609 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_intr()652 while (!SIMPLEQ_EMPTY(&sc->sc_qchip2)) { in ubsec_intr()993 if (SIMPLEQ_EMPTY(&sc->sc_freequeue)) { in ubsec_process()1598 while (!SIMPLEQ_EMPTY(&sc->sc_queue2)) { in ubsec_feed2()1920 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_cleanchip()2043 while (!SIMPLEQ_EMPTY(&sc->sc_q2free)) { in ubsec_kprocess()
220 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
1100 if (addrs && SIMPLEQ_EMPTY(nodes)) in print_tabledef()
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro