Home
last modified time | relevance | path

Searched refs:callout_pending (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/freebsd/net80211/
H A Dieee80211_dfs.c213 if (callout_pending(&dfs->cac_timer)) { in ieee80211_dfs_cac_stop()
340 if (!callout_pending(&dfs->nol_timer)) in ieee80211_dfs_notify_radar()
370 if (callout_pending(&dfs->cac_timer)) in ieee80211_dfs_notify_radar()
H A Dieee80211_ht.c2858 callout_pending(&tap->txa_timer), status); in bar_tx_complete()
2863 callout_pending(&tap->txa_timer)) { in bar_tx_complete()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.h80 KASSERT(!callout_pending(&(cmd)->timo), ("Pending callout!")); \
/f-stack/freebsd/net/route/
H A Droute_temporal.c111 if (callout_pending(&rnh->expire_callout) == 0) in expire_callout()
H A Dfib_algo.c496 if (!callout_pending(&fd->fd_callout)) in schedule_algo_eval()
/f-stack/freebsd/netinet/
H A Dtcp_timer.c280 if (callout_pending(&tp->t_timers->tt_delack) || in tcp_timer_delack()
324 if (callout_pending(&tp->t_timers->tt_2msl) || in tcp_timer_2msl()
415 if (callout_pending(&tp->t_timers->tt_keep) || in tcp_timer_keep()
535 if (callout_pending(&tp->t_timers->tt_persist) || in tcp_timer_persist()
626 if (callout_pending(&tp->t_timers->tt_rexmt) || in tcp_timer_rexmt()
H A Dsctp_os_bsd.h278 #define SCTP_OS_TIMER_PENDING callout_pending
H A Dif_ether.c216 if (callout_pending(&lle->lle_timer)) { in arptimer()
1360 if (callout_pending(&ia->ia_garp_timer) || in garp_rexmit()
H A Dtcp_log_buf.c1205 if (callout_pending(&tcp_log_expireq_callout)) { in tcp_log_expire()
1437 (callout_pending(&tcp_log_expireq_callout) || in tcp_log_tcpcbfini()
H A Dtcp_hpts.c1826 if (callout_pending(&hpts->co) || in tcp_hpts_thread()
/f-stack/tools/compat/include/sys/
H A Dcallout.h101 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING) macro
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h93 callout_pending(&(UNI)->T.c))
/f-stack/freebsd/sys/
H A Dcallout.h101 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING) macro
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c253 if (callout_pending(&sc->timo)) in ng_h4_close()
633 if (!IFQ_IS_EMPTY(&sc->outq) && !callout_pending(&sc->timo))
724 if (callout_pending(&sc->timo))
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h120 #define TIMER_ISACT(S, T) (callout_pending(&(S)->t_##T))
/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c702 if (!(callout_pending(&hpriv->sackTimer))) { in ng_pptpgre_ack()
1033 if (callout_pending(&hpriv->reorderTimer)) in ng_pptpgre_rcvdata_lower()
1036 if (!callout_pending(&hpriv->reorderTimer)) in ng_pptpgre_rcvdata_lower()
H A Dng_l2tp.c1427 if (callout_pending(&seq->xack_timer) || in ng_l2tp_seq_xack_timeout()
1461 if (callout_pending(&seq->rack_timer) || in ng_l2tp_seq_rack_timeout()
H A Dng_ppp.c2631 if (!(callout_pending(&priv->fragTimer))) in ng_ppp_start_frag_timer()
2644 if (callout_pending(&priv->fragTimer)) in ng_ppp_stop_frag_timer()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c61 if (callout_pending(&t->callout)) { in run_timer()
/f-stack/freebsd/amd64/vmm/io/
H A Dvatpit.c161 if (callout_pending(callout)) /* callout was reset */ in vatpit_callout_handler()
H A Dvhpet.c300 if (callout_pending(callout)) /* callout was reset */ in vhpet_handler()
H A Dvrtc.c553 if (callout_pending(&vrtc->callout)) /* callout was reset */ in vrtc_callout_handler()
H A Dvlapic.c723 if (callout_pending(&vlapic->callout)) /* callout was reset */ in vlapic_callout_handler()
/f-stack/freebsd/arm/mv/
H A Dgpio.c707 if (callout_pending(c) || callout_active(c)) { in mv_gpio_debounce_start()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c1363 if (callout_pending(&cfg->jcallout) == 0) in nat64lsn_enqueue_job()

12