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

1234567

/freebsd-12-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-12-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-12-stable/sys/security/mac/
H A Dmac_internal.h278 if (!LIST_EMPTY(&mac_policy_list)) { \
300 if (!LIST_EMPTY(&mac_policy_list)) { \
331 if (!LIST_EMPTY(&mac_policy_list)) { \
361 if (!LIST_EMPTY(&mac_policy_list)) { \
381 if (!LIST_EMPTY(&mac_policy_list)) { \
487 if (!LIST_EMPTY(&mac_policy_list)) { \
504 if (!LIST_EMPTY(&mac_policy_list)) { \
/freebsd-12-stable/sys/dev/syscons/
H A Dscterm.c95 if (!LIST_EMPTY(&sc_term_list)) {
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.c113 if (LIST_EMPTY(&aic->timedout_scbs) != 0
/freebsd-12-stable/sys/dev/fb/
H A Dfbd.c209 if (LIST_EMPTY(&fb_list_head))
241 if (LIST_EMPTY(&fb_list_head))
276 if (LIST_EMPTY(&fb_list_head))
/freebsd-12-stable/sys/kern/
H A Dkern_lockf.c372 KASSERT(LIST_EMPTY(&lock->lf_outedges),
374 KASSERT(LIST_EMPTY(&lock->lf_inedges),
724 KASSERT(!LIST_EMPTY(&lock->lf_outedges),
733 if (LIST_EMPTY(&state->ls_active) && state->ls_threads == 0) {
734 KASSERT(LIST_EMPTY(&state->ls_pending),
787 if (LIST_EMPTY(&state->ls_active) && state->ls_threads == 0) {
788 KASSERT(LIST_EMPTY(&state->ls_pending),
833 KASSERT(LIST_EMPTY(&state->ls_pending),
1063 if (LIST_EMPTY(&state->ls_pending))
1101 if (LIST_EMPTY(
[all...]
H A Dsubr_hash.c99 KASSERT(LIST_EMPTY(hp), ("%s: hashtbl %p not empty "
/freebsd-12-stable/sys/geom/
H A Dgeom_subr.c179 if (!LIST_EMPTY(&mp->geom) && mp->destroy_geom == NULL) {
257 KASSERT(LIST_EMPTY(&mp->geom),
381 KASSERT(LIST_EMPTY(&gp->consumer),
384 KASSERT(LIST_EMPTY(&gp->provider),
463 if (LIST_EMPTY(&pp->consumers))
469 if (LIST_EMPTY(&pp->consumers))
479 if (LIST_EMPTY(&gp->provider) &&
480 LIST_EMPTY(&gp->consumer))
735 KASSERT(LIST_EMPTY(&pp->consumers),
1116 if (LIST_EMPTY(
[all...]
H A Dgeom_vol_ffs.c147 if (LIST_EMPTY(&gp->provider)) {
H A Dgeom_fox.c115 if (LIST_EMPTY(&gp->consumer)) {
193 if (!LIST_EMPTY(&gp->consumer)) {
445 if (!LIST_EMPTY(&gp->provider)) {
H A Dgeom_mbr.c319 if (LIST_EMPTY(&gp->provider)) {
515 if (LIST_EMPTY(&gp->provider)) {
/freebsd-12-stable/sys/geom/vinum/
H A Dgeom_vinum_rm.c85 if (!LIST_EMPTY(&v->plexes) && !(*flags & GV_FLAG_R)) {
101 if (!LIST_EMPTY(&p->subdisks) &&
142 /* if (!LIST_EMPTY(&d->subdisks) &&
343 if (!LIST_EMPTY(&d->subdisks)) {
H A Dgeom_vinum_raid5.c187 if (p == NULL || LIST_EMPTY(&p->subdisks))
264 if (p == NULL || LIST_EMPTY(&p->subdisks))
356 if (p == NULL || LIST_EMPTY(&p->subdisks))
/freebsd-12-stable/sys/sys/
H A Djail.h281 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
297 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
314 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
/freebsd-12-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-12-stable/sys/dev/vmware/vmci/
H A Dvmci_kernel_if.h28 #define vmci_list_empty(_l) LIST_EMPTY(_l)
/freebsd-12-stable/sys/arm64/coresight/
H A Dcoresight-cmd.c62 if (LIST_EMPTY(&event->endplist)) {
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h249 KASSERT(LIST_EMPTY(&dw_free->refs),
264 bool is_free = LIST_EMPTY(&dwa->refs);
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
H A Dscripted.c51 if (LIST_EMPTY(&gp->lg_provider))
H A Dpart_wizard.c114 if (LIST_EMPTY(&gp->lg_provider))
182 if (LIST_EMPTY(&gp->lg_provider))
/freebsd-12-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c146 while (!LIST_EMPTY(&unit->con_list)) {
210 while (!LIST_EMPTY(&unit->neighbors))
/freebsd-12-stable/lib/libmemstat/
H A Dmemstat_malloc.c78 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
309 hint_dontsearch = LIST_EMPTY(&list->mtl_list);
/freebsd-12-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-12-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)) {

Completed in 301 milliseconds

1234567