Home
last modified time | relevance | path

Searched refs:io_wait (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_iostat.c222 KASSERT(stats->io_wait >= 0); in iostat_wait()
227 count = stats->io_wait++; in iostat_wait()
251 KASSERT(stats->io_wait >= 0); /* > 0 when iostat_wait is used */ in iostat_busy()
257 if (stats->io_wait != 0) { in iostat_busy()
258 count = stats->io_wait--; in iostat_busy()
/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c237 io_wait(file_pair *pair, int timeout, bool is_reading) in io_wait() function
712 const io_wait_ret ret = io_wait(pair, -1, true); in io_open_src_real()
1138 const io_wait_ret ret = io_wait(pair, in io_read()
1226 if (io_wait(pair, -1, false) == IO_WAIT_MORE) in io_write_buf()
/netbsd-src/sys/sys/
H A Diostat.h93 int io_wait; /* wait counter */ member