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:compl_nr
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
323
unsigned int
compl_nr
;
member
1296
if (ctx->submit_state.
compl_nr
)
in io_fallback_req_func()
2173
if (ctx->submit_state.
compl_nr
)
in ctx_flush_and_put()
2191
if (!tctx->task_list.first && locked && ctx->submit_state.
compl_nr
)
in tctx_task_work()
2387
int i, nr = state->
compl_nr
;
2410
state->
compl_nr
= 0;
2799
state->compl_reqs[state->
compl_nr
++] = req;
in io_req_task_complete()
2800
if (state->
compl_nr
== ARRAY_SIZE(state->compl_reqs))
in io_req_task_complete()
7084
state->compl_reqs[state->
compl_nr
++] = req;
7085
if (state->
compl_nr
[all...]
Completed in 12 milliseconds