Searched refs:TAILQ_EMPTY (Results 26 - 50 of 257) sorted by relevance

1234567891011

/freebsd-12-stable/sys/mips/include/
H A Dpmap.h170 #define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.pv_list))
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_sleepq.c147 if (TAILQ_EMPTY(&sq->sq_blocked)) {
/freebsd-12-stable/usr.sbin/makefs/ffs/
H A Dbuf.c163 if (TAILQ_EMPTY(&buftail))
/freebsd-12-stable/sys/nfs/
H A Dnfs_lock.c115 while (!TAILQ_EMPTY(&nfslock_list)) {
136 while (TAILQ_EMPTY(&nfslock_list)) {
/freebsd-12-stable/sbin/pfctl/
H A Dpf_ruleset.c278 if (!TAILQ_EMPTY(ruleset->rules[i].active.ptr) ||
279 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) ||
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_tag.c322 if (TAILQ_EMPTY(exp->tq)) {
397 if (TAILQ_EMPTY(exp->tq)) {
475 if (TAILQ_EMPTY(exp->tq)) {
728 if (TAILQ_EMPTY(exp->tq)) {
767 if (TAILQ_EMPTY(exp->tq)) {
1005 if (TAILQ_EMPTY(tqp->tagq)) {
H A Dex_txt.c74 if (!TAILQ_EMPTY(tiqh)) {
/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c545 "work queue: %sempty\n", TAILQ_EMPTY(&uni->workq)? "" : "not ");
548 TAILQ_EMPTY(&uni->delq)? "" : "not ");
563 if (TAILQ_EMPTY(&uni->delq))
664 idle = TAILQ_EMPTY(&uni->calls) &&
665 TAILQ_EMPTY(&uni->workq) &&
666 TAILQ_EMPTY(&uni->delq);
/freebsd-12-stable/usr.sbin/jail/
H A Dconfig.c383 if (!(flags & PF_APPEND) || TAILQ_EMPTY(&nss))
429 (TAILQ_EMPTY(&p->val) ||
440 if (p == NULL || TAILQ_EMPTY(&p->val))
452 return (p && !TAILQ_EMPTY(&p->val)
490 if (!TAILQ_EMPTY(&p->val) && (p->flags & (PF_BOOL | PF_INT))) {
715 if (TAILQ_EMPTY(&p->val))
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1160 while (!TAILQ_EMPTY(&pfi_table)) {
1208 while (!TAILQ_EMPTY(&pfi_table)) {
1228 while (!TAILQ_EMPTY(&pfq_table)) {
1277 while (!TAILQ_EMPTY(&pfq_table)) {
1314 while (!TAILQ_EMPTY(&pft_table)) {
1361 while (!TAILQ_EMPTY(&pft_table)) {
1448 while (!TAILQ_EMPTY(&pfa_table)) {
1503 while (!TAILQ_EMPTY(&pfa_table)) {
1619 while (!TAILQ_EMPTY(&pfl_table)) {
1635 while (!TAILQ_EMPTY(
[all...]
/freebsd-12-stable/sys/netinet/
H A Dsctp_indata.c347 if (!TAILQ_EMPTY(q)) {
366 if (TAILQ_EMPTY(q)) {
818 if (!TAILQ_EMPTY(&control->reasm)) {
881 if ((nc->first_frag_seen) && !TAILQ_EMPTY(&nc->reasm)) {
2006 (TAILQ_EMPTY(&asoc->resetHead)) &&
2124 TAILQ_EMPTY(&asoc->resetHead) &&
2127 TAILQ_EMPTY(&asoc->strmin[sid].inqueue)))) {
2218 if (TAILQ_EMPTY(&asoc->pending_reply_queue)) {
2328 if (TAILQ_EMPTY(&asoc->resetHead)) {
3156 TAILQ_EMPTY(
[all...]
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_pass.c280 if ((!TAILQ_EMPTY(&softc->abandoned_queue))
366 KASSERT(TAILQ_EMPTY(&softc->active_queue),
369 KASSERT(TAILQ_EMPTY(&softc->abandoned_queue),
372 KASSERT(TAILQ_EMPTY(&softc->incoming_queue),
375 KASSERT(TAILQ_EMPTY(&softc->done_queue),
875 if (!TAILQ_EMPTY(&softc->incoming_queue))
1007 if ((TAILQ_EMPTY(&softc->abandoned_queue))
2135 if (!TAILQ_EMPTY(&softc->done_queue)) {
2186 if (TAILQ_EMPTY(&softc->done_queue))
/freebsd-12-stable/sbin/hastd/
H A Dparse.y921 if (!TAILQ_EMPTY(&depth0_listen))
923 if (TAILQ_EMPTY(&lconfig->hc_listen)) {
958 if (TAILQ_EMPTY(&lconfig->hc_listen)) {
/freebsd-12-stable/usr.sbin/pmcannotate/
H A Dpmcannotate.c334 while (TAILQ_EMPTY(&fqueue) == 0) {
390 if (TAILQ_EMPTY(&fqueue) != 0) {
481 while (TAILQ_EMPTY(&mainlst) == 0) {
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dparse.y264 if (TAILQ_EMPTY(&lconfig->adc_listen)) {
295 if (TAILQ_EMPTY(&lconfig->adc_listen)) {
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_ruleset.c268 if (!TAILQ_EMPTY(ruleset->rules[i].active.ptr) ||
269 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) ||
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c151 if (!TAILQ_EMPTY(&ecp->v_sec))
/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c77 while (!TAILQ_EMPTY(&cc->port_list))
/freebsd-12-stable/sys/dev/isci/
H A Disci_remote_device.c296 if (TAILQ_EMPTY(&device->queued_ccbs)) {
/freebsd-12-stable/sys/dev/iscsi/
H A Dicl.c301 KASSERT(TAILQ_EMPTY(&sc->sc_modules), ("still have modules"));
H A Dicl_soft_proxy.c181 while (!TAILQ_EMPTY(&il->il_sockets)) {
/freebsd-12-stable/sys/powerpc/include/
H A Dpmap.h221 #define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.pv_list))
/freebsd-12-stable/sys/kern/
H A Dkern_rangelock.c85 KASSERT(TAILQ_EMPTY(&lock->rl_waiters), ("Dangling waiters"));
H A Dsubr_disk.c175 if (TAILQ_EMPTY(&head->queue))
H A Dsubr_eventhandler.c210 while (!TAILQ_EMPTY(&list->el_entries)) {

Completed in 373 milliseconds

1234567891011