OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_busytime
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_iostat.c
271
timeradd(&stats->
io_busytime
, &diff_time, &stats->
io_busytime
);
295
timeradd(&stats->
io_busytime
, &diff_time, &stats->
io_busytime
);
445
sdrive.time_sec = stats->
io_busytime
.tv_sec;
446
sdrive.time_usec = stats->
io_busytime
.tv_usec;
461
sdrive.time_sec = stats->
io_busytime
.tv_sec;
462
sdrive.time_usec = stats->
io_busytime
.tv_usec;
/src/sys/sys/
iostat.h
105
struct timeval
io_busytime
; /* accumlated time busy */
member in struct:io_stats
Completed in 23 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026