Lines Matching refs:IO_URING_F_NONBLOCK
113 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK);
429 if (issue_flags & IO_URING_F_NONBLOCK)
437 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
506 if (issue_flags & IO_URING_F_NONBLOCK)
515 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
820 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
931 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
1216 if (issue_flags & IO_URING_F_NONBLOCK)
1227 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
1289 if (issue_flags & IO_URING_F_NONBLOCK)
1299 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
1383 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;
1477 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK))
1520 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK;