Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/unbound/daemon/
HDworker.h110 struct comm_timer* stat_timer; member
HDworker.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-13-stable/sys/dev/aic7xxx/
HDaic79xx.h1171 aic_timer_t stat_timer; member
HDaic79xx.c5269 aic_timer_init(&ahd->stat_timer); in ahd_alloc()
5452 aic_timer_stop(&ahd->stat_timer); in ahd_shutdown()
6486 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_init()
8110 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_stat_timer()