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:IOCB_WAITQ
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
rw.c
601
rw->kiocb.ki_flags &= ~
IOCB_WAITQ
;
in io_async_buf_func()
645
kiocb->ki_flags |=
IOCB_WAITQ
;
in io_rw_should_retry()
838
kiocb->ki_flags &= ~
IOCB_WAITQ
;
in io_read()
844
* Now retry read with the
IOCB_WAITQ
parts set in the iocb. If
in io_read()
853
kiocb->ki_flags &= ~
IOCB_WAITQ
;
in io_read()
/kernel/linux/linux-5.10/mm/
H
A
D
filemap.c
2222
if (written && (iocb->ki_flags &
IOCB_WAITQ
))
in generic_file_buffered_read()
2264
if (iocb->ki_flags &
IOCB_WAITQ
) {
in generic_file_buffered_read()
2365
if (iocb->ki_flags &
IOCB_WAITQ
) {
in generic_file_buffered_read()
2416
if (iocb->ki_flags &
IOCB_WAITQ
) {
in generic_file_buffered_read()
/kernel/linux/linux-6.6/mm/
H
A
D
filemap.c
2439
if (!(iocb->ki_flags &
IOCB_WAITQ
)) {
in filemap_update_page()
2463
if (iocb->ki_flags & (IOCB_NOIO | IOCB_NOWAIT |
IOCB_WAITQ
))
in filemap_update_page()
2561
if (iocb->ki_flags & (IOCB_NOWAIT |
IOCB_WAITQ
))
in filemap_get_pages()
2577
if ((iocb->ki_flags &
IOCB_WAITQ
) &&
in filemap_get_pages()
2646
if ((iocb->ki_flags &
IOCB_WAITQ
) && already_read)
in filemap_read()
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
337
#define
IOCB_WAITQ
(1 << 19)
macro
368
{
IOCB_WAITQ
, "WAITQ" }, \
384
* IFF
IOCB_WAITQ
is set.
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
3532
req->rw.kiocb.ki_flags &= ~
IOCB_WAITQ
;
in io_async_buf_func()
3575
kiocb->ki_flags |=
IOCB_WAITQ
;
in io_rw_should_retry()
3702
kiocb->ki_flags &= ~
IOCB_WAITQ
;
in io_read()
3708
* Now retry read with the
IOCB_WAITQ
parts set in the iocb. If
in io_read()
3717
kiocb->ki_flags &= ~
IOCB_WAITQ
;
in io_read()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
318
#define
IOCB_WAITQ
(1 << 19)
macro
Completed in 41 milliseconds