Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsubr_iostat.c219 struct timeval dv_time, diff_time; in iostat_wait() local
224 getmicrouptime(&dv_time); in iostat_wait()
226 timersub(&dv_time, &stats->io_waitstamp, &diff_time); in iostat_wait()
232 stats->io_waitstamp = dv_time; in iostat_wait()
248 struct timeval dv_time, diff_time; in iostat_busy() local
254 getmicrouptime(&dv_time); in iostat_busy()
256 timersub(&dv_time, &stats->io_waitstamp, &diff_time); in iostat_busy()
262 stats->io_waitstamp = dv_time; in iostat_busy()
264 timersub(&dv_time, &stats->io_busystamp, &diff_time); in iostat_busy()
270 stats->io_busystamp = dv_time; in iostat_busy()
[all …]