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

<<11

/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c1721 if (!TAILQ_EMPTY(&clp->nfsc_deleg))
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_urtw.c1024 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
H A Dif_run.c1009 if (!TAILQ_EMPTY(&ic->ic_vaps))
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath.c1619 if (needbeacon & TAILQ_EMPTY(&sc->sc_bbuf)) {
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm.c6392 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn.c1099 KASSERT(!TAILQ_EMPTY(&tq->tq_pktlist), ("%s: fail", __func__));
/freebsd-12-stable/sys/cam/ctl/
H A Dctl.c11205 KASSERT(!skip || TAILQ_EMPTY(&bio->io_hdr.blocked_queue),
13295 if (!TAILQ_EMPTY(&io->io_hdr.blocked_queue)) {

Completed in 313 milliseconds

<<11