Home
last modified time | relevance | path

Searched refs:stat_timer (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/unbound/daemon/
H A Dworker.h106 struct comm_timer* stat_timer; member
H A Dworker.c1625 comm_timer_set(worker->stat_timer, &tv); in worker_restart_timer()
1795 worker->stat_timer = comm_timer_create(worker->base, in worker_init()
1797 if(!worker->stat_timer) { in worker_init()
1943 comm_timer_delete(worker->stat_timer); in worker_delete()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic79xx.h1173 aic_timer_t stat_timer; member
H A Daic79xx.c5270 aic_timer_init(&ahd->stat_timer); in ahd_alloc()
5453 aic_timer_stop(&ahd->stat_timer); in ahd_shutdown()
6487 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_init()
8111 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_stat_timer()