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_busystamp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_iostat.c
267
timersub(&dv_time, &stats->
io_busystamp
, &diff_time);
273
stats->
io_busystamp
= dv_time;
292
timersub(&dv_time, &stats->
io_busystamp
, &diff_time);
296
stats->
io_busystamp
= dv_time;
442
sdrive.timestamp_sec = stats->
io_busystamp
.tv_sec;
443
sdrive.timestamp_usec = stats->
io_busystamp
.tv_usec;
/src/sys/sys/
iostat.h
101
struct timeval
io_busystamp
; /* timestamp of last busy */
member in struct:io_stats
Completed in 14 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026