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_sq_data
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
sqpoll.h
3
struct
io_sq_data
{
struct
25
void io_sq_thread_stop(struct
io_sq_data
*sqd);
26
void io_sq_thread_park(struct
io_sq_data
*sqd);
27
void io_sq_thread_unpark(struct
io_sq_data
*sqd);
28
void io_put_sq_data(struct
io_sq_data
*sqd);
H
A
D
sqpoll.c
27
void io_sq_thread_unpark(struct
io_sq_data
*sqd)
42
void io_sq_thread_park(struct
io_sq_data
*sqd)
54
void io_sq_thread_stop(struct
io_sq_data
*sqd)
in io_sq_thread_stop()
67
void io_put_sq_data(struct
io_sq_data
*sqd)
in io_put_sq_data()
77
static __cold void io_sqd_update_thread_idle(struct
io_sq_data
*sqd)
in io_sqd_update_thread_idle()
89
struct
io_sq_data
*sqd = ctx->sq_data;
in io_sq_thread_finish()
102
static struct
io_sq_data
*io_attach_sq_data(struct io_uring_params *p)
in io_attach_sq_data()
105
struct
io_sq_data
*sqd;
in io_attach_sq_data()
132
static struct
io_sq_data
*io_get_sq_data(struct io_uring_params *p,
in io_get_sq_data()
135
struct
io_sq_data
*sq
in io_get_sq_data()
[all...]
H
A
D
fdinfo.c
146
struct
io_sq_data
*sq = ctx->sq_data;
in io_uring_show_fdinfo()
H
A
D
io_uring.h
71
__cold void io_uring_cancel_generic(bool cancel_all, struct
io_sq_data
*sqd);
H
A
D
io_uring.c
3089
struct
io_sq_data
*sqd = ctx->sq_data;
in io_ring_exit_work()
3325
__cold void io_uring_cancel_generic(bool cancel_all, struct
io_sq_data
*sqd)
in io_uring_cancel_generic()
4287
struct
io_sq_data
*sqd = NULL;
/kernel/linux/linux-6.6/include/linux/
H
A
D
io_uring_types.h
317
struct
io_sq_data
*sq_data; /* if using sq thread polling */
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
278
struct
io_sq_data
{
struct
391
struct
io_sq_data
*sq_data; /* if using sq thread polling */
1084
static void io_uring_cancel_generic(bool cancel_all, struct
io_sq_data
*sqd);
7426
static inline bool io_sqd_events_pending(struct
io_sq_data
*sqd)
in io_sqd_events_pending()
7487
static void io_sqd_update_thread_idle(struct
io_sq_data
*sqd)
in io_sqd_update_thread_idle()
7497
static bool io_sqd_handle_event(struct
io_sq_data
*sqd)
in io_sqd_handle_event()
7515
struct
io_sq_data
*sqd = data;
in io_sq_thread()
8036
static void io_sq_thread_unpark(struct
io_sq_data
*sqd)
8051
static void io_sq_thread_park(struct
io_sq_data
*sqd)
8063
static void io_sq_thread_stop(struct
io_sq_data
*sq
[all...]
Completed in 22 milliseconds