Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/aic7xxx/
H A Daic79xx.h1167 aic_timer_t stat_timer;
1171 aic_timer_t stat_timer; global() member
H A Daic79xx.c5239 aic_timer_init(&ahd->stat_timer); in ahd_alloc()
5415 aic_timer_stop(&ahd->stat_timer); in ahd_shutdown()
6461 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_init()
8085 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_stat_timer()