| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_dfs.c | 213 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 D | ieee80211_ht.c | 2858 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 D | ng_l2cap_misc.h | 80 KASSERT(!callout_pending(&(cmd)->timo), ("Pending callout!")); \
|
| /f-stack/freebsd/net/route/ |
| H A D | route_temporal.c | 111 if (callout_pending(&rnh->expire_callout) == 0) in expire_callout()
|
| H A D | fib_algo.c | 496 if (!callout_pending(&fd->fd_callout)) in schedule_algo_eval()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_timer.c | 280 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 D | sctp_os_bsd.h | 278 #define SCTP_OS_TIMER_PENDING callout_pending
|
| H A D | if_ether.c | 216 if (callout_pending(&lle->lle_timer)) { in arptimer() 1360 if (callout_pending(&ia->ia_garp_timer) || in garp_rexmit()
|
| H A D | tcp_log_buf.c | 1205 if (callout_pending(&tcp_log_expireq_callout)) { in tcp_log_expire() 1437 (callout_pending(&tcp_log_expireq_callout) || in tcp_log_tcpcbfini()
|
| H A D | tcp_hpts.c | 1826 if (callout_pending(&hpts->co) || in tcp_hpts_thread()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | callout.h | 101 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING) macro
|
| /f-stack/freebsd/netgraph/atm/uni/ |
| H A D | ng_uni_cust.h | 93 callout_pending(&(UNI)->T.c))
|
| /f-stack/freebsd/sys/ |
| H A D | callout.h | 101 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING) macro
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ |
| H A D | ng_h4.c | 253 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 D | ng_sscop_cust.h | 120 #define TIMER_ISACT(S, T) (callout_pending(&(S)->t_##T))
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_pptpgre.c | 702 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 D | ng_l2tp.c | 1427 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 D | ng_ppp.c | 2631 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 D | vchi_bsd.c | 61 if (callout_pending(&t->callout)) { in run_timer()
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vatpit.c | 161 if (callout_pending(callout)) /* callout was reset */ in vatpit_callout_handler()
|
| H A D | vhpet.c | 300 if (callout_pending(callout)) /* callout was reset */ in vhpet_handler()
|
| H A D | vrtc.c | 553 if (callout_pending(&vrtc->callout)) /* callout was reset */ in vrtc_callout_handler()
|
| H A D | vlapic.c | 723 if (callout_pending(&vlapic->callout)) /* callout was reset */ in vlapic_callout_handler()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | gpio.c | 707 if (callout_pending(c) || callout_active(c)) { in mv_gpio_debounce_start()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 1363 if (callout_pending(&cfg->jcallout) == 0) in nat64lsn_enqueue_job()
|