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_rings
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
io_uring_types.h
83
struct
io_rings
{
struct
214
struct
io_rings
*rings;
/kernel/linux/linux-6.6/io_uring/
H
A
D
io_uring.h
263
struct
io_rings
*r = ctx->rings;
in io_sqring_full()
270
struct
io_rings
*rings = ctx->rings;
in io_sqring_entries()
H
A
D
io_uring.c
354
struct
io_rings
*r = ctx->rings;
in io_account_cq_overflow()
831
struct
io_rings
*rings = ctx->rings;
in io_cqe_cache_refill()
2334
struct
io_rings
*rings = ctx->rings;
in io_commit_sqring()
2542
struct
io_rings
*rings = ctx->rings;
in io_cqring_wait()
2777
struct
io_rings
*rings;
in rings_size()
3741
struct
io_rings
*rings;
in io_allocate_scq_urings()
3948
p->sq_off.head = offsetof(struct
io_rings
, sq.head);
in io_uring_create()
3949
p->sq_off.tail = offsetof(struct
io_rings
, sq.tail);
in io_uring_create()
3950
p->sq_off.ring_mask = offsetof(struct
io_rings
, sq_ring_mask);
in io_uring_create()
3951
p->sq_off.ring_entries = offsetof(struct
io_rings
, sq_ring_entrie
in io_uring_create()
[all...]
H
A
D
fdinfo.c
57
struct
io_rings
*r = ctx->rings;
in io_uring_show_fdinfo()
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
126
struct
io_rings
{
struct
335
struct
io_rings
*rings;
1372
struct
io_rings
*r = ctx->rings;
in io_account_cq_overflow()
1597
struct
io_rings
*r = ctx->rings;
in io_sqring_full()
1609
struct
io_rings
*rings = ctx->rings;
in io_get_cqe()
2451
struct
io_rings
*rings = ctx->rings;
in io_sqring_entries()
7336
struct
io_rings
*rings = ctx->rings;
in io_commit_sqring()
7693
struct
io_rings
*rings = ctx->rings;
in io_cqring_wait()
8873
struct
io_rings
*rings;
in rings_size()
10280
struct
io_rings
*ring
in io_allocate_scq_urings()
[all...]
Completed in 22 milliseconds