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

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

Completed in 185 milliseconds