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

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

Completed in 196 milliseconds