Searched refs:io_wait (Results 1 – 1 of 1) sorted by relevance
206 io_wait(file_pair *pair, int timeout, bool is_reading) in io_wait() function731 const io_wait_ret ret = io_wait(pair, -1, true); in io_open_src_real()1276 switch (io_wait(pair, timeout, true)) { in io_read()1388 if (io_wait(pair, -1, false) == IO_WAIT_MORE) in io_write_buf()