Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_timer.c74 static u_long stats_timer; /* stats timer */ variable
198 stats_timer = SECSPERHR; in init_timer()
466 if (stats_timer <= current_time) { in timer()
467 stats_timer += SECSPERHR; in timer()
/freebsd/sys/dev/liquidio/
H A Dlio_network.h80 struct callout stats_timer; member
H A Dlio_sysctl.c150 callout_reset(&lio->stats_timer, lio_ms_to_ticks(lio->stats_interval), in lio_add_hw_stats()
1392 callout_schedule(&lio->stats_timer, in lio_fw_stats_callback()
1406 if (callout_pending(&lio->stats_timer) || in lio_get_fw_stats()
1407 callout_active(&lio->stats_timer) == 0) in lio_get_fw_stats()
1438 callout_schedule(&lio->stats_timer, in lio_get_fw_stats()
H A Dlio_main.c1468 callout_init(&lio->stats_timer, 0); in lio_setup_nic_devices()
1668 callout_drain(&lio->stats_timer); in lio_stop_nic_module()
/freebsd/sys/dev/tws/
H A Dtws.h266 struct callout stats_timer; member
H A Dtws.c196 callout_init(&sc->stats_timer, 1); in tws_attach()
411 callout_drain(&sc->stats_timer); in tws_detach()
H A Dtws_services.c389 callout_reset(&sc->stats_timer, 300 * hz, tws_print_stats, sc); in tws_print_stats()
/freebsd/sys/dev/ocs_fc/
H A Docs_xport.h198 ocs_timer_t stats_timer; /**< Timer for Statistics */ member
H A Docs_xport.c643 if (ocs_timer_pending(&ocs->xport->stats_timer)) in ocs_xport_detach()
644 ocs_del_timer(&ocs->xport->stats_timer); in ocs_xport_detach()
/freebsd/sys/dev/irdma/
H A Dirdma_utils.c1531 from_timer(pf_devstat, t, stats_timer); in irdma_hw_stats_timeout()
1537 mod_timer(&pf_devstat->stats_timer, in irdma_hw_stats_timeout()
1550 timer_setup(&devstat->stats_timer, irdma_hw_stats_timeout, 0); in irdma_hw_stats_start_timer()
1551 mod_timer(&devstat->stats_timer, in irdma_hw_stats_start_timer()
1564 del_timer_sync(&devstat->stats_timer); in irdma_hw_stats_stop_timer()
H A Dirdma_type.h344 struct OS_TIMER stats_timer; member