Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c198 IO_URING_F_NONBLOCK = 1, enumerator
3025 if (!(issue_flags & IO_URING_F_NONBLOCK)) { in kiocb_done()
3520 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_read()
3656 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_write()
3790 if (issue_flags & IO_URING_F_NONBLOCK) in io_renameat()
3837 if (issue_flags & IO_URING_F_NONBLOCK) in io_unlinkat()
3875 if (issue_flags & IO_URING_F_NONBLOCK) in io_shutdown()
3925 if (issue_flags & IO_URING_F_NONBLOCK) in io_tee()
3965 if (issue_flags & IO_URING_F_NONBLOCK) in io_splice()
4029 if (issue_flags & IO_URING_F_NONBLOCK) in io_fsync()
[all …]