Searched refs:SIMPLEQ_EMPTY (Results 1 – 6 of 6) sorted by relevance
90 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro514 while (!SIMPLEQ_EMPTY(&sc->sc_freequeue)) { in ubsec_detach()608 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_intr()651 while (!SIMPLEQ_EMPTY(&sc->sc_qchip2)) { in ubsec_intr()992 if (SIMPLEQ_EMPTY(&sc->sc_freequeue)) { in ubsec_process()1597 while (!SIMPLEQ_EMPTY(&sc->sc_queue2)) { in ubsec_feed2()1919 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_cleanchip()2042 while (!SIMPLEQ_EMPTY(&sc->sc_q2free)) { in ubsec_kprocess()
209 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
1095 if (addrs && SIMPLEQ_EMPTY(nodes)) in print_tabledef()
81 #undef SIMPLEQ_EMPTY359 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro