Searched refs:io_wait (Results 1 – 3 of 3) sorted by relevance
222 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()
237 io_wait(file_pair *pair, int timeout, bool is_reading) in io_wait() function712 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()
93 int io_wait; /* wait counter */ member