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

1234567891011

/freebsd-12-stable/sys/dev/mrsas/
H A Dmrsas_cam.c726 if (!TAILQ_EMPTY(&sc->mrsas_mpt_cmd_list_head)) {
H A Dmrsas.c3087 if (!TAILQ_EMPTY(&sc->mrsas_mfi_cmd_list_head)) {
/freebsd-12-stable/sys/dev/wi/
H A Dif_wi.c493 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
/freebsd-12-stable/sys/geom/journal/
H A Dg_journal.c1466 KASSERT(TAILQ_EMPTY(&sc->sc_delayed_queue.queue),
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_uath.c1037 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
H A Dif_upgt.c956 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
H A Dif_ural.c570 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
H A Dif_rsu.c689 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
H A Dif_rum.c669 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
H A Dif_zyd.c484 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_norm.c607 KASSERT(!TAILQ_EMPTY(&frag->fr_queue), ("!TAILQ_EMPTY()->fr_queue"));
/freebsd-12-stable/sys/kern/
H A Dsched_ule.c2431 if (TAILQ_EMPTY(&tdq->tdq_timeshare.rq_queues[tdq->tdq_ridx]))
/freebsd-12-stable/sys/net/altq/
H A Daltq_hfsc.c1178 if (TAILQ_EMPTY(&cl->cl_actc)) {
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack.c2073 if (TAILQ_EMPTY(&rack->r_ctl.rc_map)) {
2599 ((rack_always_send_oldest == 0) || (TAILQ_EMPTY(&rack->r_ctl.rc_tmap)))) {
6970 if (TAILQ_EMPTY(&rack->r_ctl.rc_map)) {
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent.c842 EVUTIL_ASSERT(TAILQ_EMPTY(&base->activequeues[i]));
/freebsd-12-stable/contrib/libevent/
H A Devent.c885 EVUTIL_ASSERT(TAILQ_EMPTY(&base->activequeues[i]));
/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c677 if (c->type == CALL_ROOT && !TAILQ_EMPTY(&c->parties)) {
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_tpc.c1404 if (TAILQ_EMPTY(&run))
/freebsd-12-stable/sys/dev/bwi/
H A Dif_bwi.c592 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
/freebsd-12-stable/sys/dev/if_ndis/
H A Dif_ndis.c997 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
/freebsd-12-stable/sys/dev/otus/
H A Dif_otus.c379 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
/freebsd-12-stable/sys/dev/iwi/
H A Dif_iwi.c494 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwn.c1341 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */
6969 if (! TAILQ_EMPTY(&ic->ic_vaps)) {
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c799 if (expired || TAILQ_EMPTY(&lo->calib_list)) {
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c630 if (!TAILQ_EMPTY(&ic->ic_vaps)) /* only one at a time */

Completed in 620 milliseconds

1234567891011