Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/daemon/
H A Dworker.h110 struct comm_timer* stat_timer; member
H A Dworker.c2031 comm_timer_set(worker->stat_timer, &tv); in worker_restart_timer()
2212 worker->stat_timer = comm_timer_create(worker->base, in worker_init()
2214 if(!worker->stat_timer) { in worker_init()
2346 comm_timer_delete(worker->stat_timer); in worker_delete()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic79xx.h1171 aic_timer_t stat_timer; member
H A Daic79xx.c5260 aic_timer_init(&ahd->stat_timer); in ahd_alloc()
5443 aic_timer_stop(&ahd->stat_timer); in ahd_shutdown()
6477 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_init()
8101 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_stat_timer()