Home
last modified time | relevance | path

Searched refs:stats_timer (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_timer.c75 static u_long stats_timer; /* stats timer */ variable
198 stats_timer = SECSPERHR; in init_timer()
455 if (stats_timer <= current_time) { in timer()
456 stats_timer += SECSPERHR; in timer()
/freebsd-13.1/sys/dev/liquidio/
H A Dlio_network.h81 struct callout stats_timer; member
H A Dlio_sysctl.c151 callout_reset(&lio->stats_timer, lio_ms_to_ticks(lio->stats_interval), in lio_add_hw_stats()
1393 callout_schedule(&lio->stats_timer, in lio_fw_stats_callback()
1407 if (callout_pending(&lio->stats_timer) || in lio_get_fw_stats()
1408 callout_active(&lio->stats_timer) == 0) in lio_get_fw_stats()
1439 callout_schedule(&lio->stats_timer, in lio_get_fw_stats()
H A Dlio_main.c1473 callout_init(&lio->stats_timer, 0); in lio_setup_nic_devices()
1673 callout_drain(&lio->stats_timer); in lio_stop_nic_module()
/freebsd-13.1/sys/dev/tws/
H A Dtws.h268 struct callout stats_timer; member
H A Dtws.c198 callout_init(&sc->stats_timer, 1); in tws_attach()
413 callout_drain(&sc->stats_timer); in tws_detach()
H A Dtws_services.c391 callout_reset(&sc->stats_timer, 300 * hz, tws_print_stats, sc); in tws_print_stats()
/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_xport.h200 ocs_timer_t stats_timer; /**< Timer for Statistics */ member
H A Docs_xport.c645 if (ocs_timer_pending(&ocs->xport->stats_timer)) in ocs_xport_detach()
646 ocs_del_timer(&ocs->xport->stats_timer); in ocs_xport_detach()