Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_iostat.c219 struct timeval dv_time, diff_time; in iostat_wait() local
226 timersub(&dv_time, &stats->io_waitstamp, &diff_time); in iostat_wait()
229 timermac(&diff_time, count, &stats->io_waitsum); in iostat_wait()
230 timeradd(&stats->io_waittime, &diff_time, &stats->io_waittime); in iostat_wait()
248 struct timeval dv_time, diff_time; in iostat_busy() local
256 timersub(&dv_time, &stats->io_waitstamp, &diff_time); in iostat_busy()
259 timermac(&diff_time, count, &stats->io_waitsum); in iostat_busy()
260 timeradd(&stats->io_waittime, &diff_time, &stats->io_waittime); in iostat_busy()
264 timersub(&dv_time, &stats->io_busystamp, &diff_time); in iostat_busy()
267 timermac(&diff_time, count, &stats->io_busysum); in iostat_busy()
[all …]