Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/testdata/stat_timer.tdir/
H A Dstat_timer.dsc1 BaseName: stat_timer
11 Pre: stat_timer.pre
12 Post: stat_timer.post
13 Test: stat_timer.test
H A Dstat_timer.pre1 # #-- stat_timer.pre--#
16 $LDNS_TESTNS -p $FWD_PORT stat_timer.testns >fwd.log 2>&1 &
21 sed -e 's/@PORT\@/'$UNBOUND_PORT'/' -e 's/@TOPORT\@/'$FWD_PORT'/' < stat_timer.conf > ub.conf
H A Dstat_timer.post1 # #-- stat_timer.post --#
H A Dstat_timer.test1 # #-- stat_timer.test --#
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.h110 struct comm_timer* stat_timer; member
H A Dworker.c2029 comm_timer_set(worker->stat_timer, &tv); in worker_restart_timer()
2208 worker->stat_timer = comm_timer_create(worker->base, in worker_init()
2210 if(!worker->stat_timer) { in worker_init()
2356 comm_timer_delete(worker->stat_timer); in worker_delete()
/netbsd-src/sys/dev/ic/
H A Daic79xxvar.h1135 ahd_timer_t stat_timer; member
H A Daic79xx.c5235 ahd_timer_stop(&ahd->stat_timer); in ahd_shutdown()
6192 ahd_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_US, in ahd_init()
7815 ahd_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_US, in ahd_stat_timer()
/netbsd-src/sys/dev/pci/
H A Dahd_pci.c355 ahd_timer_init(&ahd->stat_timer); in ahd_pci_attach()