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:IORING_OP_LAST
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
opdef.c
655
if (opcode <
IORING_OP_LAST
)
in io_uring_get_opcode()
664
BUILD_BUG_ON(ARRAY_SIZE(io_cold_defs) !=
IORING_OP_LAST
);
in io_uring_optable_init()
665
BUILD_BUG_ON(ARRAY_SIZE(io_issue_defs) !=
IORING_OP_LAST
);
in io_uring_optable_init()
H
A
D
io_uring.c
104
IORING_REGISTER_LAST +
IORING_OP_LAST
)
2138
if (unlikely(opcode >=
IORING_OP_LAST
)) {
4099
p->last_op =
IORING_OP_LAST
- 1;
in io_probe()
4100
if (nr_args >
IORING_OP_LAST
)
in io_probe()
4101
nr_args =
IORING_OP_LAST
;
in io_probe()
4175
if (res[i].sqe_op >=
IORING_OP_LAST
) {
in io_register_restrictions()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
io_uring.h
121
IORING_OP_LAST
,
enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
io_uring.h
121
IORING_OP_LAST
,
enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
io_uring.h
142
IORING_OP_LAST
,
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
io_uring_types.h
156
DECLARE_BITMAP(sqe_op,
IORING_OP_LAST
);
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
io_uring.h
245
IORING_OP_LAST
,
enumerator
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
98
IORING_REGISTER_LAST +
IORING_OP_LAST
)
267
DECLARE_BITMAP(sqe_op,
IORING_OP_LAST
);
7183
if (unlikely(req->opcode >=
IORING_OP_LAST
))
10546
p->last_op =
IORING_OP_LAST
- 1;
in io_probe()
10547
if (nr_args >
IORING_OP_LAST
)
in io_probe()
10548
nr_args =
IORING_OP_LAST
;
in io_probe()
10622
if (res[i].sqe_op >=
IORING_OP_LAST
) {
in io_register_restrictions()
11151
BUILD_BUG_ON(ARRAY_SIZE(io_op_defs) !=
IORING_OP_LAST
);
in io_uring_init()
Completed in 24 milliseconds