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:target_ctx
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
msg_ring.c
69
static inline bool io_msg_need_remote(struct io_ring_ctx *
target_ctx
)
in io_msg_need_remote()
argument
71
if (!
target_ctx
->task_complete)
in io_msg_need_remote()
73
return current !=
target_ctx
->submitter_task;
in io_msg_need_remote()
96
struct io_ring_ctx *
target_ctx
= req->file->private_data;
in io_msg_tw_complete()
local
113
if (
target_ctx
->flags & IORING_SETUP_IOPOLL)
in io_msg_tw_complete()
114
mutex_lock(&
target_ctx
->uring_lock);
in io_msg_tw_complete()
115
if (!io_post_aux_cqe(
target_ctx
, msg->user_data, msg->len, flags))
in io_msg_tw_complete()
117
if (
target_ctx
->flags & IORING_SETUP_IOPOLL)
in io_msg_tw_complete()
118
mutex_unlock(&
target_ctx
->uring_lock);
in io_msg_tw_complete()
128
struct io_ring_ctx *
target_ctx
in io_msg_ring_data()
local
180
struct io_ring_ctx *
target_ctx
= req->file->private_data;
io_msg_install_complete()
local
225
struct io_ring_ctx *
target_ctx
= req->file->private_data;
io_msg_send_fd()
local
[all...]
Completed in 2 milliseconds