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:io_cold_defs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
opdef.h
49
extern const struct io_cold_def
io_cold_defs
[];
H
A
D
opdef.c
434
const struct io_cold_def
io_cold_defs
[] = {
variable
656
return
io_cold_defs
[opcode].name;
in io_uring_get_opcode()
664
BUILD_BUG_ON(ARRAY_SIZE(
io_cold_defs
) != IORING_OP_LAST);
in io_uring_optable_init()
671
WARN_ON_ONCE(!
io_cold_defs
[i].name);
in io_uring_optable_init()
H
A
D
io_uring.c
380
const struct io_cold_def *def = &
io_cold_defs
[req->opcode];
in io_clean_op()
1037
const struct io_cold_def *def = &
io_cold_defs
[req->opcode];
1742
WARN_ON_ONCE(!
io_cold_defs
[req->opcode].async_size);
in io_alloc_async_data()
1743
req->async_data = kmalloc(
io_cold_defs
[req->opcode].async_size, GFP_KERNEL);
in io_alloc_async_data()
1753
const struct io_cold_def *cdef = &
io_cold_defs
[req->opcode];
in io_req_prep_async()
H
A
D
rw.c
528
if (!force && !
io_cold_defs
[req->opcode].prep_async)
in io_setup_async_rw()
Completed in 8 milliseconds