Searched refs:LIST_EMPTY (Results 51 - 75 of 153) sorted by relevance

1234567

/freebsd-13-stable/sys/dev/led/
H A Dled.c319 if (LIST_EMPTY(&led_list))
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dserver.c167 while (!LIST_EMPTY(&srv->sessions))
H A Dparser.y314 while (!LIST_EMPTY(&hid_devices)) {
/freebsd-13-stable/tools/regression/geom/MdLoad/
H A DMdLoad.c80 if (LIST_EMPTY(&sc->sectors)) {
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_subr.c352 if (LIST_EMPTY(&p->subdisks)) {
733 if (LIST_EMPTY(&d->subdisks)) {
985 KASSERT(!LIST_EMPTY(&sc->drives),
/freebsd-13-stable/sys/kern/
H A Dsubr_sleepqueue.c352 KASSERT(LIST_EMPTY(&sq->sq_free),
824 if (LIST_EMPTY(&sq->sq_free)) {
1166 if (LIST_EMPTY(&sc->sc_queues)) {
H A Dkern_rctl.c2063 while (!LIST_EMPTY(&p->p_racct->r_rule_links)) {
2076 while (!LIST_EMPTY(&newrules)) {
2095 while (!LIST_EMPTY(&newrules)) {
2152 while (!LIST_EMPTY(&child->p_racct->r_rule_links)) {
2173 while (!LIST_EMPTY(&racct->r_rule_links)) {
H A Dvfs_bio.c1581 if (!LIST_EMPTY(&bp->b_dep))
2644 if (LIST_EMPTY(&bp->b_dep)) {
2671 (bp->b_error != ENXIO || !LIST_EMPTY(&bp->b_dep)) &&
2704 if (!LIST_EMPTY(&bp->b_dep))
2838 if (LIST_EMPTY(&bp->b_dep)) {
3542 if (!LIST_EMPTY(&bp->b_dep) && buf_countdeps(bp, 0)) {
3978 if (LIST_EMPTY(&bp->b_dep)) {
4493 if (!LIST_EMPTY(&bp->b_dep))
4851 if ((ioflag & (IO_VMIO | IO_DIRECT)) != 0 && LIST_EMPTY(&bp->b_dep)) {
5263 if (LIST_EMPTY(
[all...]
H A Dkern_procctl.c87 if (!LIST_EMPTY(&p->p_children))
184 if (!LIST_EMPTY(&reap->p_reaplist)) {
H A Dsubr_gtaskqueue.c179 KASSERT(LIST_EMPTY(&queue->tq_active), ("Tasks still running?"));
300 if (LIST_EMPTY(&queue->tq_active))
H A Dsubr_taskqueue.c211 KASSERT(LIST_EMPTY(&queue->tq_active), ("Tasks still running?"));
400 if (LIST_EMPTY(&queue->tq_active))
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c866 KASSERT(LIST_EMPTY(&po->po_pmcs),
890 if (LIST_EMPTY(&po->po_pmcs) &&
1027 if (LIST_EMPTY(&pm->pm_targets)) {
1210 if (!LIST_EMPTY(&p->p_children))
1319 if (!LIST_EMPTY(&p->p_children))
1335 if (LIST_EMPTY(&pm->pm_targets))
2039 if (!LIST_EMPTY(&p->p_children))
2444 while (!LIST_EMPTY(&tmplist)) {
2717 KASSERT(LIST_EMPTY(&pm->pm_targets),
3176 if (LIST_EMPTY(
[all...]
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_vfsops.c2402 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) != 0)
2424 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) == 0)
2427 if (!LIST_EMPTY(&bp->b_dep))
2551 if (LIST_EMPTY(&bp->b_dep) ||
2650 if (!LIST_EMPTY(&tbp->b_dep))
2654 if (!LIST_EMPTY(&bp->b_dep))
/freebsd-13-stable/sys/geom/part/
H A Dg_part_ldm.c993 while (!LIST_EMPTY(&db->xvblks)) {
999 while (!LIST_EMPTY(&db->vblks)) {
1080 while (!LIST_EMPTY(&db->xvblks)) {
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.c448 KASSERT(LIST_EMPTY(&rxq->lro.active_conns),
780 while (!LIST_EMPTY(&st->active_conns)) {
1215 KASSERT(LIST_EMPTY(&st->active_conns), ("found active connections"));
/freebsd-13-stable/sys/ddb/
H A Ddb_ps.c120 if (!LIST_EMPTY(&allproc))
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_node.c177 KASSERT(LIST_EMPTY(&fvdat->handles),
/freebsd-13-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c540 LIST_EMPTY(&s.dlcs)? "No" : "Yes",
/freebsd-13-stable/contrib/libevent/
H A Devmap.c456 if (LIST_EMPTY(&ctx->events)) {
634 if (!LIST_EMPTY(&ctx->events)) {
/freebsd-13-stable/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c753 if (LIST_EMPTY(&sc->req_free_list)) {
938 while (!LIST_EMPTY(&sc->req_free_list)) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devmap.c456 if (LIST_EMPTY(&ctx->events)) {
634 if (!LIST_EMPTY(&ctx->events)) {
/freebsd-13-stable/sys/geom/concat/
H A Dg_concat.c146 if (LIST_EMPTY(&sc->sc_geom->consumer))
673 if (!LIST_EMPTY(&gp->consumer))
/freebsd-13-stable/sys/geom/shsec/
H A Dg_shsec.c190 if (LIST_EMPTY(&gp->consumer))
225 if (LIST_EMPTY(&gp->consumer))
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c130 while (!LIST_EMPTY(&port->conn_list))
389 while (!LIST_EMPTY(&port->conn_list))
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h66 #undef LIST_EMPTY macro
276 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro

Completed in 381 milliseconds

1234567