Searched refs:timeout_pending (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dhrtimer.h19 #define hrtimer_active(x) timeout_pending(x)
H A Dtimer.h30 #define timer_pending(x) timeout_pending((x))
H A Dworkqueue.h207 if (timeout_pending(&dwork->to))
/openbsd-current/sys/sys/
H A Dtimeout.h80 * timeout_pending(to) - is this timeout already scheduled to run?
83 #define timeout_pending(to) ((to)->to_flags & TIMEOUT_ONQUEUE) macro
/openbsd-current/sys/netinet/
H A Dtcp_timer.c128 timeout_pending(&tp->t_timer[TCPT_DELACK]))
210 timeout_pending(&tp->t_timer[TCPT_REXMT]))
408 timeout_pending(&tp->t_timer[TCPT_PERSIST]))
457 timeout_pending(&tp->t_timer[TCPT_KEEP]))
520 timeout_pending(&tp->t_timer[TCPT_2MSL]))
H A Dip_ipsp.c1147 KASSERT(timeout_pending(&tdbp->tdb_timer_tmo) == 0);
1148 KASSERT(timeout_pending(&tdbp->tdb_first_tmo) == 0);
1149 KASSERT(timeout_pending(&tdbp->tdb_stimer_tmo) == 0);
1150 KASSERT(timeout_pending(&tdbp->tdb_sfirst_tmo) == 0);
/openbsd-current/lib/libevent/
H A Devent.h493 #define timeout_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv) macro
/openbsd-current/usr.sbin/trpt/
H A Dtrpt.c68 #include <sys/timeout.h> /* to get timeout_pending() and such */
400 if (timeout_pending(&tp->t_timer[i]))
/openbsd-current/sys/dev/i2c/
H A Dihidev.c722 !timeout_pending(&sc->sc_timer))
795 if (!timeout_pending(&sc->sc_timer))
820 if (sc->sc_poll && timeout_pending(&sc->sc_timer))
/openbsd-current/sys/netinet6/
H A Dnd6.c256 if (!timeout_pending(&nd6_timer_to) || expire < nd6_timer_next) {
421 if (!timeout_pending(&nd6_expire_timeout) ||
/openbsd-current/sys/dev/
H A Drnd.c197 } else if (!timeout_pending(&rnd_timeout) &&
/openbsd-current/sys/dev/ic/
H A Dif_wi_hostap.c350 if (timeout_pending(&sta->tmo)) {
412 if (!timeout_pending(&whi->tmo))
H A Dpckbc.c1017 if (timeout_pending(&t->t_poll))
H A Dcy.c334 if (!timeout_pending(&sc->sc_poll_to))
H A Delink3.c1347 if (!timeout_pending(&sc->sc_epmbuffill_tmo))
/openbsd-current/sys/net/
H A Dif_wg.c1025 if (!t->t_disabled && !timeout_pending(&t->t_new_handshake))
1035 if (!timeout_pending(&t->t_send_keepalive))
1163 if (!timeout_pending(&t->t_zero_key_material))
H A Dif_aggr.c2009 !timeout_pending(&p->p_wait_while_timer));
2822 if (!timeout_pending(&p->p_txm_ntt))
H A Dbridgestp.c1925 if (!timeout_pending(&bs->bs_bstptimeout))
H A Dhfsc.c828 if (!timeout_pending(&hif->hif_defer))
/openbsd-current/sys/kern/
H A Dkern_time.c677 if (!timespecisset(&tp->it_value) || timeout_pending(&pr->ps_realit_to))
/openbsd-current/sys/net80211/
H A Dieee80211_node.c2043 if (timeout_pending(&ba->ba_to))
2057 if (timeout_pending(&ba->ba_to))
2059 if (timeout_pending(&ba->ba_gap_to))
2642 !timeout_pending(&ni->ni_addba_req_to[tid])) {
H A Dieee80211_input.c435 else if (!timeout_pending(&ic->ic_bgscan_timeout) &&
959 if (timeout_pending(&ba->ba_gap_to))
/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c1307 if (timeout_pending(&qh->unreserve_timer))
/openbsd-current/sys/dev/pci/
H A Dif_vr.c1479 if (!timeout_pending(&sc->sc_to))
H A Dif_vge.c1640 if (!timeout_pending(&sc->timer_handle))

Completed in 537 milliseconds

12