OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_wait
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
iostat.h
93
int
io_wait
; /* wait counter */
member in struct:io_stats
/src/sys/kern/
subr_iostat.c
222
KASSERT(stats->
io_wait
>= 0);
227
count = stats->
io_wait
++;
251
KASSERT(stats->
io_wait
>= 0); /* > 0 when iostat_wait is used */
257
if (stats->
io_wait
!= 0) {
258
count = stats->
io_wait
--;
Completed in 11 milliseconds
Indexes created Sat Oct 11 13:09:53 GMT 2025