Home
last modified time | relevance | path

Searched refs:LIST_EMPTY (Results 1 – 25 of 49) sorted by relevance

12

/dragonfly/libexec/dma/
H A Ddma.c382 if (LIST_EMPTY(&queue->queue)) in run_queue()
396 if (LIST_EMPTY(&queue->queue)) { in show_queue()
618 if (LIST_EMPTY(&queue.queue) && !recp_from_header) in main()
624 if (LIST_EMPTY(&queue.queue)) in main()
/dragonfly/lib/libc/sysvipc/
H A Dipc.c134 if (LIST_EMPTY(list)) in acquire_locks()
174 if (LIST_EMPTY(list)) in parent_release_locks()
H A Dsysvipc_hash.c73 if (!LIST_EMPTY(tmp)) in _hash_destroy()
H A Dshm.c412 if (LIST_EMPTY(list)) in shmchild()
/dragonfly/sys/netbt/
H A Drfcomm_session.c220 KKASSERT(LIST_EMPTY(&rs->rs_dlcs)); in rfcomm_session_free()
315 while (!LIST_EMPTY(&rs->rs_dlcs)) { in rfcomm_session_timeout()
322 if (LIST_EMPTY(&rs->rs_dlcs)) { in rfcomm_session_timeout()
389 while (!LIST_EMPTY(&rs->rs_dlcs)) { in rfcomm_session_disconnected()
551 if (!LIST_EMPTY(&rs->rs_dlcs)) in rfcomm_session_linkmode()
885 if (LIST_EMPTY(&rs->rs_dlcs)) { in rfcomm_session_recv_ua()
H A Drfcomm_dlc.c177 if (LIST_EMPTY(&rs->rs_dlcs)) { in rfcomm_dlc_close()
/dragonfly/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c62 for (i = 0; i < DTORS_ITERATIONS && !LIST_EMPTY(&dtors); i++) { in _thread_finalize()
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_misc.c144 while (!LIST_EMPTY(&unit->con_list)) { in ng_hci_unit_clean()
207 while (!LIST_EMPTY(&unit->neighbors)) in ng_hci_flush_neighbor_cache()
H A Dng_hci_cmds.c625 while (!LIST_EMPTY(&unit->con_list)) { in process_hc_baseband_params()
/dragonfly/sys/dev/misc/syscons/
H A Dscterm.c97 if (!LIST_EMPTY(&sc_term_list)) { in sc_term_match()
/dragonfly/sys/dev/misc/led/
H A Dled.c329 if (LIST_EMPTY(&led_list)) in led_destroy()
361 if (!LIST_EMPTY(&led_list)) in led_drvexit()
/dragonfly/sys/kern/
H A Dkern_wdog.c97 if (LIST_EMPTY(&wdoglist)) in wdog_reset_all()
H A Dsubr_gtaskqueue.c154 KASSERT(LIST_EMPTY(&queue->tq_active), ("Tasks still running?")); in gtaskqueue_free()
275 if (LIST_EMPTY(&queue->tq_active)) in gtaskqueue_drain_tq_active()
H A Dkern_subr.c354 KASSERT(LIST_EMPTY(hp), ("%s: hash not empty", __func__)); in hashdestroy()
H A Dkern_proc.c1569 if (LIST_EMPTY(&prg->allpgrp)) in DB_SHOW_COMMAND()
1708 if (LIST_EMPTY(&prg->allproc)) in sysctl_kern_proc()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_main.c736 while (!LIST_EMPTY(&l2cap->con_list)) { in ng_l2cap_cleanup()
756 while (!LIST_EMPTY(&l2cap->chan_list)) in ng_l2cap_destroy_channels()
/dragonfly/sys/dev/misc/evdev/
H A Devdev.c704 !LIST_EMPTY(&evdev->ev_clients)) { in evdev_modify_event()
986 if (LIST_EMPTY(&evdev->ev_clients) && evdev->ev_methods != NULL && in evdev_register_client()
1005 if (LIST_EMPTY(&evdev->ev_clients)) { in evdev_dispose_client()
/dragonfly/share/man/man3/
H A DMakefile16 MLINKS+=queue.3 LIST_EMPTY.3
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h62 #undef LIST_EMPTY
278 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/dragonfly/sys/sys/
H A Dbuf2.h221 KKASSERT(! LIST_EMPTY(&bp->b_dep)); in buf_deallocate()
/dragonfly/sys/net/vlan/
H A Dif_vlan.c394 while (!LIST_EMPTY(&ifv_list)) in vlan_modevent()
841 if (LIST_EMPTY(&vlantrunks[mycpuid].vlan_list)) { in vlan_unlink()
/dragonfly/sys/net/wg/
H A Dwg_noise.c279 if (!LIST_EMPTY(&noise_locals)) in noise_deinit()
281 if (!LIST_EMPTY(&noise_remotes)) in noise_deinit()
283 if (!LIST_EMPTY(&noise_keypairs)) in noise_deinit()
/dragonfly/tools/tools/netrate/pktgen/
H A Dpktgen.c658 KKASSERT(LIST_EMPTY(&pktg->pktg_pcpu[i].pktg_buflist)); in pktgen_free()
/dragonfly/sys/net/gif/
H A Dif_gif.c250 while (!LIST_EMPTY(&gif_softc_list)) in gifmodevent()
/dragonfly/sys/dev/misc/snp/
H A Dsnp.c732 if (!LIST_EMPTY(&snp_sclist)) { in snp_modevent()

12