| /netbsd/src/sys/dev/acpi/ |
| D | acpi_resource.c | 488 if (SIMPLEQ_EMPTY(&res->ar_io) && in acpi_resource_print() 489 SIMPLEQ_EMPTY(&res->ar_iorange) && in acpi_resource_print() 490 SIMPLEQ_EMPTY(&res->ar_mem) && in acpi_resource_print() 491 SIMPLEQ_EMPTY(&res->ar_memrange) && in acpi_resource_print() 492 SIMPLEQ_EMPTY(&res->ar_irq) && in acpi_resource_print() 493 SIMPLEQ_EMPTY(&res->ar_drq)) in acpi_resource_print() 498 if (SIMPLEQ_EMPTY(&res->ar_io) == 0) { in acpi_resource_print() 514 if (SIMPLEQ_EMPTY(&res->ar_mem) == 0) { in acpi_resource_print() 532 if (SIMPLEQ_EMPTY(&res->ar_irq) == 0) { in acpi_resource_print() 543 if (SIMPLEQ_EMPTY(&res->ar_drq) == 0) { in acpi_resource_print() [all …]
|
| /netbsd/src/sys/dev/dtv/ |
| D | dtv_buffer.c | 66 if (SIMPLEQ_EMPTY(&ds->ds_ingress)) { in dtv_buffer_write() 185 if (!SIMPLEQ_EMPTY(&ds->ds_egress)) { in dtv_stream_dequeue() 245 while (SIMPLEQ_EMPTY(&ds->ds_egress)) { in dtv_buffer_read() 309 if (!SIMPLEQ_EMPTY(&ds->ds_egress)) { in dtv_buffer_poll()
|
| /netbsd/src/sys/dev/pcmcia/ |
| D | pcmcia.c | 181 SIMPLEQ_EMPTY(&sc->card.pf_head)) { in pcmcia_card_attach() 193 if (SIMPLEQ_EMPTY(&pf->cfe_head)) in pcmcia_card_attach() 225 SIMPLEQ_EMPTY(&sc->card.pf_head)) { in pcmcia_rescan() 231 if (SIMPLEQ_EMPTY(&pf->cfe_head)) in pcmcia_rescan() 270 if (SIMPLEQ_EMPTY(&pf->cfe_head)) in pcmcia_card_detach() 299 if (SIMPLEQ_EMPTY(&pf->cfe_head)) in pcmcia_childdetached() 325 if (SIMPLEQ_EMPTY(&pf->cfe_head)) in pcmcia_card_deactivate()
|
| D | pcmciavar.h | 279 #define pcmcia_mfc(sc) (! SIMPLEQ_EMPTY(&(sc)->card.pf_head) && \
|
| /netbsd/src/sys/arch/prep/pnpbus/ |
| D | pnpbus.c | 421 if (!SIMPLEQ_EMPTY(&r->mem)) { in pnpbus_printres() 431 if (!SIMPLEQ_EMPTY(&r->io)) { in pnpbus_printres() 442 if (!SIMPLEQ_EMPTY(&r->iomem)) { in pnpbus_printres() 454 if (!SIMPLEQ_EMPTY(&r->irq)) { in pnpbus_printres() 462 if (!SIMPLEQ_EMPTY(&r->dma)) { in pnpbus_printres()
|
| /netbsd/src/sys/dev/ic/ |
| D | icpvar.h | 186 (! SIMPLEQ_EMPTY(&(icp)->icp_ccb_queue) || \ 187 ! SIMPLEQ_EMPTY(&(icp)->icp_ucmd_queue))
|
| D | arn5008.c | 946 if (__predict_true(!SIMPLEQ_EMPTY(&rxq->head))) in ar5008_rx_process() 1052 if (!SIMPLEQ_EMPTY(&sc->sc_txbufs)) { in ar5008_tx_intr() 1081 SIMPLEQ_EMPTY(&sc->sc_txq[ATHN_QID_CAB].head)) in ar5008_swba_intr() 1159 if (SIMPLEQ_EMPTY(&sc->sc_txbufs)) in ar5008_swba_intr() 1656 if (!SIMPLEQ_EMPTY(&txq->head)) in ar5008_tx()
|
| /netbsd/src/usr.bin/sdiff/ |
| D | sdiff.c | 850 if (SIMPLEQ_EMPTY(&diffhead)) in processq() 879 while (!SIMPLEQ_EMPTY(&diffhead)) { in processq() 950 for (; !SIMPLEQ_EMPTY(&delqhead) && file2ln <= file2end; in printc() 983 while (!SIMPLEQ_EMPTY(&delqhead)) { in printc()
|
| /netbsd/src/sys/external/bsd/drm2/i915drm/ |
| D | i915_pci_autoconf.c | 212 while (!SIMPLEQ_EMPTY(&sc->sc_tasks)) { in i915drmkms_attach_real() 236 KASSERT(SIMPLEQ_EMPTY(&sc->sc_tasks)); in i915drmkms_detach()
|
| /netbsd/src/sys/kern/ |
| D | subr_workqueue.c | 179 while (SIMPLEQ_EMPTY(&q->q_queue_pending)) in workqueue_worker() 267 KASSERT(SIMPLEQ_EMPTY(&q->q_queue_pending)); in workqueue_exit() 283 KASSERT(SIMPLEQ_EMPTY(&q->q_queue_pending)); in workqueue_finiqueue()
|
| /netbsd/src/external/cddl/osnet/sys/kern/ |
| D | taskq.c | 85 if (SIMPLEQ_EMPTY(&tq->tq_list)) { in task_executor() 92 if (SIMPLEQ_EMPTY(&tq->tq_list)) { in task_executor()
|
| /netbsd/src/usr.sbin/mlxctl/ |
| D | dklist.c | 103 return (SIMPLEQ_EMPTY(&mlx_disks)); in mlx_disk_empty()
|
| /netbsd/src/sys/external/bsd/drm2/linux/ |
| D | linux_irq_work.c | 93 KASSERT(SIMPLEQ_EMPTY(&iwc->iwc_todo)); in irq_work_cpu_fini()
|
| /netbsd/src/sys/sys/ |
| D | queue.h | 316 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == SIMPLEQ_END(head)) macro 381 if (!SIMPLEQ_EMPTY((head2))) { \ 389 (SIMPLEQ_EMPTY((head)) ? \
|
| /netbsd/src/sys/arch/arm/gemini/ |
| D | gemini_ipi.c | 98 return SIMPLEQ_EMPTY(&sc->sc_intrq); in gemini_ipi_intrq_empty()
|
| D | gemini_lpchc.c | 88 return SIMPLEQ_EMPTY(&sc->sc_intrq); in gemini_lpchc_intrq_empty()
|
| D | gemini_pci.c | 111 return SIMPLEQ_EMPTY(&gemini_pci_intrq); in gemini_pci_intrq_empty()
|
| /netbsd/src/sys/dev/pci/ |
| D | ubsec.c | 658 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_intr() 701 while (!SIMPLEQ_EMPTY(&sc->sc_qchip2)) { in ubsec_intr() 737 while (!SIMPLEQ_EMPTY(&sc->sc_qchip4)) { in ubsec_intr() 908 while (!SIMPLEQ_EMPTY(&sc->sc_queue)) { in ubsec_feed() 1157 if (SIMPLEQ_EMPTY(&sc->sc_freequeue)) { in ubsec_process() 1870 while (!SIMPLEQ_EMPTY(&sc->sc_queue2)) { in ubsec_feed2() 1898 while (!SIMPLEQ_EMPTY(&sc->sc_queue4)) { in ubsec_feed4() 2263 while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) { in ubsec_cleanchip() 2384 while (!SIMPLEQ_EMPTY(&sc->sc_q2free)) { in ubsec_kprocess()
|
| /netbsd/src/sys/dev/ |
| D | video.c | 1839 if (SIMPLEQ_EMPTY(&vs->vs_egress)) { in videoread() 1846 while (SIMPLEQ_EMPTY(&vs->vs_egress)) { in videoread() 2388 if (!SIMPLEQ_EMPTY(&sc->sc_stream_in.vs_egress)) in videopoll() 2650 if (!SIMPLEQ_EMPTY(&vs->vs_egress)) { in video_stream_dequeue() 2688 if (vs->vs_drop || SIMPLEQ_EMPTY(&vs->vs_ingress)) { in video_stream_write() 2735 } else if (!SIMPLEQ_EMPTY(&vs->vs_ingress)) { in video_stream_sample_done()
|
| /netbsd/src/sys/arch/xen/xenbus/ |
| D | xenbus_xs.c | 122 while (SIMPLEQ_EMPTY(&xs_state.reply_list)) { in read_reply() 695 while (SIMPLEQ_EMPTY(&watch_events)) in xenwatch_thread()
|
| /netbsd/src/sys/dev/usb/ |
| D | usbdi.c | 347 if (!SIMPLEQ_EMPTY(&pipe->up_queue)) { in usbd_close_pipe() 352 KASSERT(SIMPLEQ_EMPTY(&pipe->up_queue)); in usbd_close_pipe() 834 KASSERT(SIMPLEQ_EMPTY(&pipe->up_queue)); in usbd_resume_pipe() 1147 KASSERTMSG(!SIMPLEQ_EMPTY(&pipe->up_queue), in usb_transfer_complete()
|
| /netbsd/src/sys/dev/cardbus/ |
| D | cardslot.c | 207 if (!SIMPLEQ_EMPTY(&sc->sc_events)) in cardslotdetach()
|
| /netbsd/src/sys/nfs/ |
| D | nfs_srvsocket.c | 492 KASSERT(SIMPLEQ_EMPTY(&slp->ns_sendq)); in nfsdsock_sendreply()
|
| /netbsd/src/share/man/man3/ |
| D | Makefile | 160 queue.3 SIMPLEQ_EMPTY.3 \
|
| /netbsd/src/bin/ps/ |
| D | keyword.c | 320 if (SIMPLEQ_EMPTY(listptr)) in parsevarlist()
|