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:rq_completed
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-rq.c
144
static void
rq_completed
(struct mapped_device *md)
in rq_completed()
function
168
rq_completed
(md);
in dm_end_request()
201
rq_completed
(md);
in dm_requeue_original_request()
265
rq_completed
(md);
in dm_softirq_done()
460
* See the comment in
rq_completed
() too.
in dm_start_request()
523
rq_completed
(md);
in dm_mq_queue_rq()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-rq.c
144
static void
rq_completed
(struct mapped_device *md)
in rq_completed()
function
168
rq_completed
(md);
in dm_end_request()
201
rq_completed
(md);
in dm_requeue_original_request()
262
rq_completed
(md);
in dm_softirq_done()
452
* See the comment in
rq_completed
() too.
in dm_start_request()
523
rq_completed
(md);
in dm_mq_queue_rq()
/kernel/linux/linux-5.10/block/
H
A
D
blk-mq-debugfs.c
706
seq_printf(m, "%lu %lu\n", ctx->
rq_completed
[1], ctx->
rq_completed
[0]);
in ctx_completed_show()
715
ctx->
rq_completed
[0] = ctx->
rq_completed
[1] = 0;
in ctx_completed_write()
H
A
D
blk-mq.h
33
unsigned long ____cacheline_aligned_in_smp
rq_completed
[2];
member
H
A
D
blk-mq.c
540
ctx->
rq_completed
[rq_is_sync(rq)]++;
in blk_mq_free_request()
Completed in 9 milliseconds