Home
last modified time | relevance | path

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

12

/freebsd/sys/netgraph/
H A Dng_l2tp.c962 if (!callout_active(&seq->xack_timer)) { in ng_l2tp_rcvdata_lower()
1063 if (!callout_active(&seq->rack_timer)) in ng_l2tp_rcvdata_ctrl()
1359 if (callout_active(&seq->rack_timer)) in ng_l2tp_seq_recv_nr()
1413 MPASS(callout_active(&seq->xack_timer)); in ng_l2tp_seq_xack_timeout()
1443 MPASS(callout_active(&seq->rack_timer)); in ng_l2tp_seq_rack_timeout()
1499 if (callout_active(&seq->xack_timer)) in ng_l2tp_xmit_ctrl()
1595 CHECK((self_unack == 0) ^ callout_active(&seq->xack_timer)); in ng_l2tp_seq_check()
1596 CHECK((peer_unack == 0) ^ callout_active(&seq->rack_timer)); in ng_l2tp_seq_check()
/freebsd/sys/cddl/dev/profile/
H A Dprofile.c458 ASSERT(!callout_active(&prof->prof_cyclic) && prof->prof_pcpus == NULL); in profile_destroy()
574 ASSERT(callout_active(&pcpu->profc_cyclic)); in profile_disable_omni()
607 ASSERT(callout_active(&prof->prof_cyclic)); in profile_disable()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c59 ret = callout_active(&hrtimer->callout); in linux_hrtimer_active()
/freebsd/sys/amd64/vmm/io/
H A Dvrtc.c529 if (callout_active(&vrtc->callout)) { in vrtc_callout_reset()
554 if (!callout_active(&vrtc->callout)) /* callout was stopped */ in vrtc_callout_handler()
584 active = callout_active(&vrtc->callout) ? 1 : 0; in vrtc_callout_check()
974 KASSERT(!callout_active(&vrtc->callout), ("rtc callout still active")); in vrtc_reset()
H A Dvatpit.c163 if (!callout_active(callout)) /* callout was stopped */ in vatpit_callout_handler()
H A Dvlapic.c209 if (callout_active(&vlapic->callout)) { in vlapic_get_ccr()
730 if (!callout_active(&vlapic->callout)) /* callout was stopped */ in vlapic_callout_handler()
H A Dvhpet.c300 if (!callout_active(callout)) /* callout was stopped */ in vhpet_handler()
/freebsd/sys/sys/
H A Dcallout.h82 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE) macro
/freebsd/sys/dev/ocs_fc/
H A Docs_os.c929 if (!callout_active(&timer->callout)) { in __ocs_callout()
1007 return callout_active(&timer->callout); in ocs_timer_pending()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c147 if (!callout_active(&ssk->nagle_timer)) in sdp_nagle_timeout()
H A Dsdp_main.c321 if (!callout_active(&ssk->keep2msl)) in sdp_2msl_timeout()
357 if (!callout_active(&ssk->keep2msl)) in sdp_dreq_timeout()
1556 if (!callout_active(&ssk->keep2msl)) in sdp_keepalive_timeout()
H A Dsdp_tx.c357 if (!callout_active(&ssk->tx_ring.timer)) in sdp_poll_tx_timeout()
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c65 if (!callout_active(&t->callout)) { in run_timer()
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h268 #define SCTP_OS_TIMER_ACTIVE callout_active
H A Dtcp_log_buf.c1336 if (!callout_active(&tcp_log_expireq_callout)) { in tcp_log_expire()
1584 !callout_active(&tcp_log_expireq_callout)) { in tcp_log_tcpcbfini()
1604 !callout_active(&tcp_log_expireq_callout))) { in tcp_log_tcpcbfini()
H A Dip_reass.c344 MPASS(callout_active(&V_ipq[hash].timer)); in ip_reass()
H A Dif_ether.c1360 !callout_active(&ia->ia_garp_timer)) { in garp_rexmit()
H A Dtcp_hpts.c1659 !callout_active(&hpts->co)) { in tcp_hpts_thread()
/freebsd/sys/arm/mv/
H A Dgpio.c631 if (callout_active(c)) in mv_gpio_debounce_setup()
703 if (callout_pending(c) || callout_active(c)) { in mv_gpio_debounce_start()
/freebsd/sys/kern/
H A Dsys_timerfd.c159 if (callout_active(&tfd->tfd_callout)) { in timerfd_jumped()
/freebsd/sys/dev/liquidio/base/
H A Dlio_console.c529 (callout_active(&console_callout->timer) == 0)) in lio_check_console()
/freebsd/sys/dev/usb/net/
H A Duhso.c1629 !callout_active(&sc->sc_c)) { in uhso_ifnet_read_callback()
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c2120 KASSERT(callout_active(&req->vsr_callout) == 0, in vtscsi_free_requests()
/freebsd/sys/dev/liquidio/
H A Dlio_sysctl.c1404 callout_active(&lio->stats_timer) == 0) in lio_get_fw_stats()
/freebsd/sys/dev/mps/
H A Dmps_mapping.c1963 (!callout_active(&sc->device_check_callout))) { in mps_mapping_check_devices()

12