Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/daemon/
H A Dworker.h106 struct comm_timer* stat_timer; member
H A Dworker.c1665 comm_timer_set(worker->stat_timer, &tv); in worker_restart_timer()
1830 worker->stat_timer = comm_timer_create(worker->base, in worker_init()
1832 if(!worker->stat_timer) { in worker_init()
1956 comm_timer_delete(worker->stat_timer); in worker_delete()
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic79xx.h1173 aic_timer_t stat_timer; member
H A Daic79xx.c5302 aic_timer_init(&ahd->stat_timer); in ahd_alloc()
5485 aic_timer_stop(&ahd->stat_timer); in ahd_shutdown()
6523 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_init()
8154 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_stat_timer()