Home
last modified time | relevance | path

Searched refs:callout_active (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timer.c281 !callout_active(&tp->t_timers->tt_delack)) { in tcp_timer_delack()
325 !callout_active(&tp->t_timers->tt_2msl)) { in tcp_timer_2msl()
416 !callout_active(&tp->t_timers->tt_keep)) { in tcp_timer_keep()
536 !callout_active(&tp->t_timers->tt_persist)) { in tcp_timer_persist()
627 !callout_active(&tp->t_timers->tt_rexmt)) { in tcp_timer_rexmt()
970 return callout_active(t_callout); in tcp_timer_active()
H A Dsctp_os_bsd.h279 #define SCTP_OS_TIMER_ACTIVE callout_active
H A Dtcp_log_buf.c1220 if (!callout_active(&tcp_log_expireq_callout)) { in tcp_log_expire()
1418 !callout_active(&tcp_log_expireq_callout)) { in tcp_log_tcpcbfini()
1438 !callout_active(&tcp_log_expireq_callout))) { in tcp_log_tcpcbfini()
H A Dif_ether.c1361 !callout_active(&ia->ia_garp_timer)) { in garp_rexmit()
H A Dtcp_hpts.c1827 !callout_active(&hpts->co)) { in tcp_hpts_thread()
H A Dtcp_subr.c3470 if (callout_active(&tp->t_timers->ttt)) \ in tcp_inptoxtp()
/f-stack/freebsd/netgraph/
H A Dng_l2tp.c959 if (!callout_active(&seq->xack_timer)) { in ng_l2tp_rcvdata_lower()
1065 if (!callout_active(&seq->rack_timer)) in ng_l2tp_rcvdata_ctrl()
1374 if (callout_active(&seq->rack_timer)) in ng_l2tp_seq_recv_nr()
1428 (!callout_active(&seq->xack_timer))) in ng_l2tp_seq_xack_timeout()
1462 !callout_active(&seq->rack_timer)) { in ng_l2tp_seq_rack_timeout()
1517 if (callout_active(&seq->xack_timer)) in ng_l2tp_xmit_ctrl()
1613 CHECK((self_unack == 0) ^ callout_active(&seq->xack_timer)); in ng_l2tp_seq_check()
1614 CHECK((peer_unack == 0) ^ callout_active(&seq->rack_timer)); in ng_l2tp_seq_check()
/f-stack/tools/compat/include/sys/
H A Dcallout.h87 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE) macro
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h92 #define TIMER_ISACT(UNI,T) (callout_active(&(UNI)->T.c) || \
/f-stack/freebsd/sys/
H A Dcallout.h87 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE) macro
/f-stack/freebsd/amd64/vmm/io/
H A Dvrtc.c531 if (callout_active(&vrtc->callout)) { in vrtc_callout_reset()
556 if (!callout_active(&vrtc->callout)) /* callout was stopped */ in vrtc_callout_handler()
586 active = callout_active(&vrtc->callout) ? 1 : 0; in vrtc_callout_check()
978 KASSERT(!callout_active(&vrtc->callout), ("rtc callout still active")); in vrtc_reset()
H A Dvatpit.c164 if (!callout_active(callout)) /* callout was stopped */ in vatpit_callout_handler()
H A Dvlapic.c210 if (callout_active(&vlapic->callout)) { in vlapic_get_ccr()
726 if (!callout_active(&vlapic->callout)) /* callout was stopped */ in vlapic_callout_handler()
H A Dvhpet.c303 if (!callout_active(callout)) /* callout was stopped */ in vhpet_handler()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c66 if (!callout_active(&t->callout)) { in run_timer()
/f-stack/freebsd/arm/mv/
H A Dgpio.c635 if (callout_active(c)) in mv_gpio_debounce_setup()
707 if (callout_pending(c) || callout_active(c)) { in mv_gpio_debounce_start()
/f-stack/freebsd/net/
H A Dbpf.c1139 !callout_active(&d->bd_callout)) in bpf_timed_out()