| /src/sys/sys/ |
| iostat.h | 93 int io_wait; /* wait counter */ member in struct:io_stats
|
| iostat.h | 93 int io_wait; /* wait counter */ member in struct:io_stats
|
| /src/external/public-domain/xz/dist/src/xz/ |
| file_io.c | 206 io_wait(file_pair *pair, int timeout, bool is_reading) function 731 const io_wait_ret ret = io_wait(pair, -1, true); 1276 switch (io_wait(pair, timeout, true)) { 1388 if (io_wait(pair, -1, false) == IO_WAIT_MORE)
|
| file_io.c | 206 io_wait(file_pair *pair, int timeout, bool is_reading) function 731 const io_wait_ret ret = io_wait(pair, -1, true); 1276 switch (io_wait(pair, timeout, true)) { 1388 if (io_wait(pair, -1, false) == IO_WAIT_MORE)
|