Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:REQ_F_NOWAIT
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
rw.c
195
if ((req->flags &
REQ_F_NOWAIT
) || (io_wq_current_is_worker() &&
in io_rw_should_reissue()
627
if (req->flags &
REQ_F_NOWAIT
)
in io_rw_should_retry()
696
req->flags |=
REQ_F_NOWAIT
;
in io_rw_init_file()
790
if (req->flags &
REQ_F_NOWAIT
)
in io_read()
798
(req->flags &
REQ_F_NOWAIT
) || !need_complete_io(req)) {
in io_read()
939
if (ret2 == -EAGAIN && (req->flags &
REQ_F_NOWAIT
))
in io_write()
H
A
D
net.c
391
req->flags |=
REQ_F_NOWAIT
;
in io_sendmsg_prep()
629
req->flags |=
REQ_F_NOWAIT
;
in io_recvmsg_prep()
1091
req->flags |=
REQ_F_NOWAIT
;
in io_send_zc_prep()
H
A
D
io_uring.c
1941
* If
REQ_F_NOWAIT
is set, then don't wait or retry with
in io_wq_submit_work()
1944
if (req->flags &
REQ_F_NOWAIT
)
in io_wq_submit_work()
2011
if (ret != -EAGAIN || (req->flags &
REQ_F_NOWAIT
)) {
/kernel/linux/linux-6.6/include/linux/
H
A
D
io_uring_types.h
451
REQ_F_NOWAIT
= BIT(REQ_F_NOWAIT_BIT),
enumerator
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
776
REQ_F_NOWAIT
= BIT(REQ_F_NOWAIT_BIT),
enumerator
2711
if ((req->flags &
REQ_F_NOWAIT
) || (io_wq_current_is_worker() &&
in io_rw_should_reissue()
2985
req->flags |=
REQ_F_NOWAIT
;
in io_prep_rw()
3557
if (req->flags &
REQ_F_NOWAIT
)
in io_rw_should_retry()
3655
if (req->flags &
REQ_F_NOWAIT
)
in io_read()
3661
(req->flags &
REQ_F_NOWAIT
) || !need_read_all(req)) {
in io_read()
3815
if (ret2 == -EAGAIN && (req->flags &
REQ_F_NOWAIT
))
in io_write()
4789
req->flags |=
REQ_F_NOWAIT
;
in io_sendmsg_prep()
5040
req->flags |=
REQ_F_NOWAIT
;
in io_recvmsg_prep()
6911
* If
REQ_F_NOWAIT
i
in io_wq_submit_work()
[all...]
Completed in 21 milliseconds