Searched refs:SIMPLEQ_EMPTY (Results 1 – 17 of 17) sorted by relevance
870 if (SIMPLEQ_EMPTY(&diffhead)) in processq()899 while (!SIMPLEQ_EMPTY(&diffhead)) { in processq()970 for (; !SIMPLEQ_EMPTY(&delqhead) && file2ln <= file2end; in printc()1003 while (!SIMPLEQ_EMPTY(&delqhead)) { in printc()
24 queue.3 SIMPLEQ_EMPTY.3 queue.3 SIMPLEQ_FOREACH.3
534 if (SIMPLEQ_EMPTY(&sc->sc_queue) &&545 while (!SIMPLEQ_EMPTY(&sc->sc_queue)) {
404 if (SIMPLEQ_EMPTY(&sc->sc_pk_queue) &&416 while (!SIMPLEQ_EMPTY(&sc->sc_pk_queue)) {
366 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_intr()406 while (!SIMPLEQ_EMPTY(&sc->sc_qchip2)) { in ubsec_intr()526 while (!SIMPLEQ_EMPTY(&sc->sc_queue)) { in ubsec_feed()754 if (SIMPLEQ_EMPTY(&sc->sc_freequeue)) { in ubsec_process()1341 while (!SIMPLEQ_EMPTY(&sc->sc_queue2)) { in ubsec_feed2()1641 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_cleanchip()1782 while (!SIMPLEQ_EMPTY(&sc->sc_q2free)) { in ubsec_kprocess()
898 while (!SIMPLEQ_EMPTY(&sc->sc_outq)) {955 while (!SIMPLEQ_EMPTY(&sc->sc_inq)) {1296 if (SIMPLEQ_EMPTY(&sc->sc_chipq))
612 if (!SIMPLEQ_EMPTY(&sc->sc_cmdq)) { in ises_process_oqueue()857 if (SIMPLEQ_EMPTY(&sc->sc_queue) || in ises_feed()
1984 if (SIMPLEQ_EMPTY(&sc->sc_pkq) && sc->sc_pkq_cur == NULL) in safe_kfeed()1988 while (!SIMPLEQ_EMPTY(&sc->sc_pkq)) { in safe_kfeed()
264 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
473 if (SIMPLEQ_EMPTY(&sc->sf_head)) { in sdmmc_scan()
191 if (SIMPLEQ_EMPTY(&sc->card.pf_head))
1111 while (!SIMPLEQ_EMPTY(&cfg_entry_list)) { in remove_all_cfg_entries()
267 if (! SIMPLEQ_EMPTY(&pipe->queue)) in usbd_close_pipe()
2125 while (!SIMPLEQ_EMPTY(&bif->bif_brlin)) { in bridge_flushrule()2133 while (!SIMPLEQ_EMPTY(&bif->bif_brlout)) { in bridge_flushrule()
945 if (addrs && SIMPLEQ_EMPTY(nodes)) in print_tabledef()
1642 ./man3/SIMPLEQ_EMPTY.htm
4885 ./usr/share/man/cat3/SIMPLEQ_EMPTY.0