Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c198 IO_URING_F_NONBLOCK = 1, enumerator
3107 if (!(issue_flags & IO_URING_F_NONBLOCK)) { in kiocb_done()
3608 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_read()
3747 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_write()
3884 if (issue_flags & IO_URING_F_NONBLOCK) in io_renameat()
3931 if (issue_flags & IO_URING_F_NONBLOCK) in io_unlinkat()
3977 if (issue_flags & IO_URING_F_NONBLOCK) in io_mkdirat()
4026 if (issue_flags & IO_URING_F_NONBLOCK) in io_symlinkat()
4076 if (issue_flags & IO_URING_F_NONBLOCK) in io_linkat()
4112 if (issue_flags & IO_URING_F_NONBLOCK) in io_shutdown()
[all …]