| /freebsd/sys/netgraph/ |
| H A D | ng_l2tp.c | 962 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 D | profile.c | 458 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 D | linux_hrtimer.c | 59 ret = callout_active(&hrtimer->callout); in linux_hrtimer_active()
|
| /freebsd/sys/amd64/vmm/io/ |
| H A D | vrtc.c | 529 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 D | vatpit.c | 163 if (!callout_active(callout)) /* callout was stopped */ in vatpit_callout_handler()
|
| H A D | vlapic.c | 209 if (callout_active(&vlapic->callout)) { in vlapic_get_ccr() 730 if (!callout_active(&vlapic->callout)) /* callout was stopped */ in vlapic_callout_handler()
|
| H A D | vhpet.c | 300 if (!callout_active(callout)) /* callout was stopped */ in vhpet_handler()
|
| /freebsd/sys/sys/ |
| H A D | callout.h | 82 #define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE) macro
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_os.c | 929 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 D | sdp_bcopy.c | 147 if (!callout_active(&ssk->nagle_timer)) in sdp_nagle_timeout()
|
| H A D | sdp_main.c | 321 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 D | sdp_tx.c | 357 if (!callout_active(&ssk->tx_ring.timer)) in sdp_poll_tx_timeout()
|
| /freebsd/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 65 if (!callout_active(&t->callout)) { in run_timer()
|
| /freebsd/sys/netinet/ |
| H A D | sctp_os_bsd.h | 268 #define SCTP_OS_TIMER_ACTIVE callout_active
|
| H A D | tcp_log_buf.c | 1336 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 D | ip_reass.c | 344 MPASS(callout_active(&V_ipq[hash].timer)); in ip_reass()
|
| H A D | if_ether.c | 1360 !callout_active(&ia->ia_garp_timer)) { in garp_rexmit()
|
| H A D | tcp_hpts.c | 1659 !callout_active(&hpts->co)) { in tcp_hpts_thread()
|
| /freebsd/sys/arm/mv/ |
| H A D | gpio.c | 631 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 D | sys_timerfd.c | 159 if (callout_active(&tfd->tfd_callout)) { in timerfd_jumped()
|
| /freebsd/sys/dev/liquidio/base/ |
| H A D | lio_console.c | 529 (callout_active(&console_callout->timer) == 0)) in lio_check_console()
|
| /freebsd/sys/dev/usb/net/ |
| H A D | uhso.c | 1629 !callout_active(&sc->sc_c)) { in uhso_ifnet_read_callback()
|
| /freebsd/sys/dev/virtio/scsi/ |
| H A D | virtio_scsi.c | 2120 KASSERT(callout_active(&req->vsr_callout) == 0, in vtscsi_free_requests()
|
| /freebsd/sys/dev/liquidio/ |
| H A D | lio_sysctl.c | 1404 callout_active(&lio->stats_timer) == 0) in lio_get_fw_stats()
|
| /freebsd/sys/dev/mps/ |
| H A D | mps_mapping.c | 1963 (!callout_active(&sc->device_check_callout))) { in mps_mapping_check_devices()
|