Searched refs:stats_timer (Results 1 – 9 of 9) sorted by relevance
75 static u_long stats_timer; /* stats timer */ variable198 stats_timer = SECSPERHR; in init_timer()455 if (stats_timer <= current_time) { in timer()456 stats_timer += SECSPERHR; in timer()
81 struct callout stats_timer; member
151 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()
1473 callout_init(&lio->stats_timer, 0); in lio_setup_nic_devices()1673 callout_drain(&lio->stats_timer); in lio_stop_nic_module()
268 struct callout stats_timer; member
198 callout_init(&sc->stats_timer, 1); in tws_attach()413 callout_drain(&sc->stats_timer); in tws_detach()
391 callout_reset(&sc->stats_timer, 300 * hz, tws_print_stats, sc); in tws_print_stats()
200 ocs_timer_t stats_timer; /**< Timer for Statistics */ member
645 if (ocs_timer_pending(&ocs->xport->stats_timer)) in ocs_xport_detach()646 ocs_del_timer(&ocs->xport->stats_timer); in ocs_xport_detach()