Searched refs:TAILQ_EMPTY (Results 126 - 150 of 257) sorted by relevance

1234567891011

/freebsd-12-stable/sys/security/audit/
H A Daudit_pipe.c437 if (TAILQ_EMPTY(&audit_pipe_list))
918 while (TAILQ_EMPTY(&ap->ap_queue)) {
/freebsd-12-stable/sys/kern/
H A Dkern_fail.c266 while (!TAILQ_EMPTY(&fp_setting->fp_entry_queue)) {
819 if (TAILQ_EMPTY(&entries->fp_entry_queue)) {
H A Dkern_thread.c383 if (!TAILQ_EMPTY(&zombie_threads)) {
533 KASSERT(TAILQ_EMPTY(&td->td_sigqueue.sq_list), ("signal pending"));
/freebsd-12-stable/sys/x86/iommu/
H A Dbusdma_dmar.c448 if (!TAILQ_EMPTY(&map->map_entries)) {
866 KASSERT(TAILQ_EMPTY(&entries), ("lazy dmar_ctx_unload %p", ctx));
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v4.c1146 if (TAILQ_EMPTY(&pg->md.pv_list)) {
2361 if (TAILQ_EMPTY(&m->md.pv_list))
2444 if (!TAILQ_EMPTY(&m->md.pv_list) || m->md.pv_kva != 0) {
2770 if (TAILQ_EMPTY(&m->md.pv_list))
3137 TAILQ_EMPTY(&m->md.pv_list)) {
3143 !TAILQ_EMPTY(&m->md.pv_list)))
3147 !TAILQ_EMPTY(&m->md.pv_list)))
3152 if (!TAILQ_EMPTY(&m->md.pv_list) ||
/freebsd-12-stable/sys/amd64/sgx/
H A Dsgx.c406 KASSERT(TAILQ_EMPTY(&object->memq) == 1, ("not empty"));
1169 if (!TAILQ_EMPTY(&sc->enclaves)) {
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h97 #undef TAILQ_EMPTY macro
438 #define TAILQ_EMPTY(head) \ macro
/freebsd-12-stable/share/examples/scsi_target/
H A Dscsi_target.c531 if (!TAILQ_EMPTY(&work_queue))
698 if (TAILQ_EMPTY(ioq)) {
/freebsd-12-stable/usr.sbin/jail/
H A Dcommand.c182 if (!TAILQ_EMPTY(&runnable)) {
222 if (!TAILQ_EMPTY(&sleeping)) {
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c772 if (!TAILQ_EMPTY(
817 if (!TAILQ_EMPTY(&toep->aiotx_jobq))
1819 if (!TAILQ_EMPTY(&toep->aiotx_jobq))
2106 if (!TAILQ_EMPTY(&toep->aiotx_jobq))
2198 while (!TAILQ_EMPTY(&toep->aiotx_jobq) && sowriteable(so)) {
H A Dt4_tom.c326 MPASS(TAILQ_EMPTY(&toep->aiotx_jobq));
1421 KASSERT(TAILQ_EMPTY(&td->toep_list),
1761 if (!TAILQ_EMPTY(&td->toep_list))
/freebsd-12-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c623 if (TAILQ_EMPTY(&hbus->children))
777 while (!TAILQ_EMPTY(&hbus->dr_list)) {
782 if (!TAILQ_EMPTY(&hbus->dr_list)) {
/freebsd-12-stable/sys/net/
H A Dieee8023ad_lacp.c694 KASSERT(!TAILQ_EMPTY(&la->la_ports), ("no aggregator ports"));
800 KASSERT(TAILQ_EMPTY(&lsc->lsc_aggregators),
1011 KASSERT(best_la == NULL || !TAILQ_EMPTY(&best_la->la_ports),
/freebsd-12-stable/sys/netinet/
H A Dtcp_syncache.c330 KASSERT(TAILQ_EMPTY(&sch->sch_bucket),
362 KASSERT(!TAILQ_EMPTY(&sch->sch_bucket),
505 if (!TAILQ_EMPTY(&(sch)->sch_bucket))
/freebsd-12-stable/sys/netinet6/
H A Dnd6_rtr.c852 if (TAILQ_EMPTY(&V_nd6_defrouter)) {
1775 if (pr != NULL || (!TAILQ_EMPTY(&V_nd6_defrouter) && pfxrtr == NULL)) {
2404 return (TAILQ_EMPTY(&V_nd6_defrouter));
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_optimize.c716 while (!TAILQ_EMPTY(&head)) {
922 if (TAILQ_EMPTY(&por->por_rule.rpool.list))
1348 while (!TAILQ_EMPTY(opt_queue)) {
/freebsd-12-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h301 #define TAILQ_EMPTY(head) \ macro
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c589 if (TAILQ_EMPTY(&cfg->adc_listen)) {
H A Dsender.c633 if (TAILQ_EMPTY(&adist_recv_list)) {
/freebsd-12-stable/contrib/libevent/compat/sys/
H A Dqueue.h301 #define TAILQ_EMPTY(head) \ macro
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Dsegments.c515 if (!TAILQ_EMPTY(&ecp->v_sec)) {
/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h242 while(!TAILQ_EMPTY(Q)) { \
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c1320 KASSERT(TAILQ_EMPTY(&cs->cs_waiting_for_data_out),
1364 if (!TAILQ_EMPTY(&softc->sessions) || !TAILQ_EMPTY(&softc->targets))
2412 if (TAILQ_EMPTY(&softc->targets))
/freebsd-12-stable/sys/dev/iscsi/
H A Discsi.c408 KASSERT(TAILQ_EMPTY(&is->is_outstanding),
456 KASSERT(TAILQ_EMPTY(&is->is_outstanding),
2469 while(!TAILQ_EMPTY(&sc->sc_sessions)) {
2584 if (!TAILQ_EMPTY(&sc->sc_sessions)) {
/freebsd-12-stable/sys/fs/devfs/
H A Ddevfs_rule.c742 if (!TAILQ_EMPTY(&ds->ds_rules) || ds->ds_refcount != 0)

Completed in 295 milliseconds

1234567891011