Searched refs:LIST_EMPTY (Results 1 - 25 of 153) sorted by relevance

1234567

/freebsd-13-stable/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c143 for (i = 0; i < CXA_DTORS_ITERATIONS && !LIST_EMPTY(&dtors); i++)
146 if (!LIST_EMPTY(&dtors)) {
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.c113 if (LIST_EMPTY(&aic->timedout_scbs) != 0
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c74 while (!LIST_EMPTY(&cc->user_list))
80 while (!LIST_EMPTY(&cc->orphaned_conns))
83 CCASSERT(LIST_EMPTY(&cc->user_list),
85 CCASSERT(LIST_EMPTY(&cc->orphaned_conns),
/freebsd-13-stable/sys/security/mac/
H A Dmac_internal.h297 if (!LIST_EMPTY(&mac_policy_list)) { \
319 if (!LIST_EMPTY(&mac_policy_list)) { \
350 if (!LIST_EMPTY(&mac_policy_list)) { \
380 if (!LIST_EMPTY(&mac_policy_list)) { \
400 if (!LIST_EMPTY(&mac_policy_list)) { \
506 if (!LIST_EMPTY(&mac_policy_list)) { \
523 if (!LIST_EMPTY(&mac_policy_list)) { \
/freebsd-13-stable/sys/dev/syscons/
H A Dscterm.c95 if (!LIST_EMPTY(&sc_term_list)) {
/freebsd-13-stable/sys/dev/fb/
H A Dfbd.c210 if (LIST_EMPTY(&fb_list_head))
242 if (LIST_EMPTY(&fb_list_head))
277 if (LIST_EMPTY(&fb_list_head))
/freebsd-13-stable/sys/geom/
H A Dgeom_subr.c218 if (!LIST_EMPTY(&mp->geom) && mp->destroy_geom == NULL) {
296 KASSERT(LIST_EMPTY(&mp->geom),
418 KASSERT(LIST_EMPTY(&gp->consumer),
421 KASSERT(LIST_EMPTY(&gp->provider),
498 if (LIST_EMPTY(&pp->consumers))
504 if (LIST_EMPTY(&pp->consumers))
514 if (LIST_EMPTY(&gp->provider) &&
515 LIST_EMPTY(&gp->consumer))
798 KASSERT(LIST_EMPTY(&pp->consumers),
1188 if (LIST_EMPTY(
[all...]
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_rm.c86 if (!LIST_EMPTY(&v->plexes) && !(*flags & GV_FLAG_R)) {
102 if (!LIST_EMPTY(&p->subdisks) &&
143 /* if (!LIST_EMPTY(&d->subdisks) &&
344 if (!LIST_EMPTY(&d->subdisks)) {
H A Dgeom_vinum_raid5.c188 if (p == NULL || LIST_EMPTY(&p->subdisks))
265 if (p == NULL || LIST_EMPTY(&p->subdisks))
357 if (p == NULL || LIST_EMPTY(&p->subdisks))
/freebsd-13-stable/contrib/dma/
H A Ddma.c380 if (LIST_EMPTY(&queue->queue))
394 if (LIST_EMPTY(&queue->queue)) {
612 if (LIST_EMPTY(&queue.queue) && !recp_from_header)
618 if (LIST_EMPTY(&queue.queue))
/freebsd-13-stable/sys/dev/vmware/vmci/
H A Dvmci_kernel_if.h28 #define vmci_list_empty(_l) LIST_EMPTY(_l)
/freebsd-13-stable/sys/kern/
H A Dkern_lockf.c372 KASSERT(LIST_EMPTY(&lock->lf_outedges),
374 KASSERT(LIST_EMPTY(&lock->lf_inedges),
725 KASSERT(!LIST_EMPTY(&lock->lf_outedges),
784 if (LIST_EMPTY(&state->ls_active) && state->ls_threads == 0) {
785 KASSERT(LIST_EMPTY(&state->ls_pending),
831 KASSERT(LIST_EMPTY(&state->ls_pending),
1060 if (LIST_EMPTY(&state->ls_pending))
1098 if (LIST_EMPTY(&state->ls_active)) {
1160 if (LIST_EMPTY(&deplock->lf_outedges)) {
1223 while (!LIST_EMPTY(
[all...]
H A Dsubr_hash.c99 KASSERT(LIST_EMPTY(hp), ("%s: hashtbl %p not empty "
/freebsd-13-stable/sys/sys/
H A Djail.h299 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
315 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
332 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
350 ? ((descend) = !LIST_EMPTY(&(cpr)->pr_children)) \
/freebsd-13-stable/sys/arm64/coresight/
H A Dcoresight_cmd.c62 if (LIST_EMPTY(&event->endplist)) {
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h248 KASSERT(LIST_EMPTY(&dw_free->refs),
263 bool is_free = LIST_EMPTY(&dwa->refs);
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dscripted.c51 if (LIST_EMPTY(&gp->lg_provider))
H A Dpart_wizard.c113 if (LIST_EMPTY(&gp->lg_provider))
181 if (LIST_EMPTY(&gp->lg_provider))
/freebsd-13-stable/sbin/geom/core/
H A Dgeom.c721 if (!LIST_EMPTY(&gp->lg_consumer))
740 if (LIST_EMPTY(&gp->lg_provider)) {
788 if (!LIST_EMPTY(&gp->lg_consumer))
939 if (!LIST_EMPTY(&gp->lg_provider)) {
947 if (!LIST_EMPTY(&gp->lg_consumer)) {
1033 if (LIST_EMPTY(&gp->lg_provider) && !all)
1258 if (LIST_EMPTY(&gp->lg_provider) && !all)
1292 if (LIST_EMPTY(&gp->lg_provider) && !all)
/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c146 while (!LIST_EMPTY(&unit->con_list)) {
210 while (!LIST_EMPTY(&unit->neighbors))
/freebsd-13-stable/lib/libmemstat/
H A Dmemstat_malloc.c90 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
326 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
H A Dmemstat_uma.c87 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
327 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
/freebsd-13-stable/sys/dev/hyperv/input/
H A Dhv_kbdc.c152 if (LIST_EMPTY(&sc->ks_free_list)) {
441 while (!LIST_EMPTY(&sc->ks_free_list)) {
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c380 (!LIST_EMPTY(&clp->lc_open) || !LIST_EMPTY(&clp->lc_deleg))) {
389 if (!LIST_EMPTY(&clp->lc_deleg)) {
391 } else if (LIST_EMPTY(&clp->lc_open)) {
397 if (!LIST_EMPTY(&stp->ls_open)) {
835 if (!LIST_EMPTY(&clp->lc_stateid[i])) {
842 if (!LIST_EMPTY(&clp->lc_session) || !LIST_EMPTY(&clp->lc_deleg)) {
1266 && ((LIST_EMPTY(&clp->lc_deleg)
1267 && LIST_EMPTY(
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c338 if (LIST_EMPTY(&kmem_items))

Completed in 289 milliseconds

1234567