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
defs:tctx
(Results
51 - 51
of
51
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
1477
struct io_uring_task *
tctx
= req->task->io_uring;
in io_queue_async_work()
local
1738
struct io_uring_task *
tctx
= task->io_uring;
in io_put_task()
local
1750
static void io_task_refs_refill(struct io_uring_task *
tctx
)
in io_task_refs_refill()
argument
1761
struct io_uring_task *
tctx
= current->io_uring;
io_get_task_refs()
local
1770
struct io_uring_task *
tctx
= task->io_uring;
io_uring_drop_tctx_refs()
local
2185
struct io_uring_task *
tctx
= container_of(cb, struct io_uring_task,
tctx_task_work()
local
2235
struct io_uring_task *
tctx
= tsk->io_uring;
io_req_task_work_add()
local
6357
io_async_cancel_one(struct io_uring_task *
tctx
, u64 user_data, struct io_ring_ctx *ctx)
io_async_cancel_one()
argument
6436
struct io_uring_task *
tctx
= node->task->io_uring;
io_async_cancel()
local
6735
struct io_uring_task *
tctx
= req->task->io_uring;
io_clean_op()
local
7647
struct io_uring_task *
tctx
= current->io_uring;
current_pending_io()
local
8670
struct io_uring_task *
tctx
;
io_uring_alloc_task_context()
local
8704
struct io_uring_task *
tctx
= tsk->io_uring;
__io_uring_free()
local
9477
struct io_uring_task *
tctx
= current->io_uring;
io_tctx_exit_cb()
local
9696
struct io_uring_task *
tctx
= node->task->io_uring;
io_uring_try_cancel_iowq()
local
9717
struct io_uring_task *
tctx
= task ? task->io_uring : NULL;
io_uring_try_cancel_requests()
local
9758
struct io_uring_task *
tctx
= current->io_uring;
__io_uring_add_tctx_node()
local
9804
struct io_uring_task *
tctx
= current->io_uring;
io_uring_add_tctx_node()
local
9816
struct io_uring_task *
tctx
= current->io_uring;
io_uring_del_tctx_node()
local
9837
io_uring_clean_
tctx
(struct io_uring_task *
tctx
)
io_uring_clean_tctx()
argument
9857
tctx
_inflight(struct io_uring_task *
tctx
, bool tracked)
tctx_inflight()
argument
9870
struct io_uring_task *
tctx
= current->io_uring;
io_uring_cancel_generic()
local
10746
struct io_uring_task *
tctx
= current->io_uring;
io_register_iowq_aff()
local
10784
struct io_uring_task *
tctx
= current->io_uring;
io_unregister_iowq_aff()
local
10797
struct io_uring_task *
tctx
= NULL;
global()
variable
10857
struct io_uring_task *
tctx
= node->task->io_uring;
global()
variable
[all...]
Completed in 9 milliseconds
1
2
3