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:blkg_rwstat_exit
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
blk-cgroup-rwstat.c
25
void
blkg_rwstat_exit
(struct blkg_rwstat *rwstat)
in blkg_rwstat_exit()
function
32
EXPORT_SYMBOL_GPL(
blkg_rwstat_exit
);
variable
H
A
D
bfq-cgroup.c
445
blkg_rwstat_exit
(&stats->bytes);
in bfqg_stats_exit()
446
blkg_rwstat_exit
(&stats->ios);
in bfqg_stats_exit()
448
blkg_rwstat_exit
(&stats->merged);
in bfqg_stats_exit()
449
blkg_rwstat_exit
(&stats->service_time);
in bfqg_stats_exit()
450
blkg_rwstat_exit
(&stats->wait_time);
in bfqg_stats_exit()
451
blkg_rwstat_exit
(&stats->queued);
in bfqg_stats_exit()
H
A
D
blk-cgroup-rwstat.h
43
void
blkg_rwstat_exit
(struct blkg_rwstat *rwstat);
H
A
D
blk-throttle.c
534
blkg_rwstat_exit
(&tg->stat_bytes);
in throtl_pd_alloc()
636
blkg_rwstat_exit
(&tg->stat_bytes);
in throtl_pd_free()
637
blkg_rwstat_exit
(&tg->stat_ios);
in throtl_pd_free()
/kernel/linux/linux-6.6/block/
H
A
D
blk-cgroup-rwstat.c
25
void
blkg_rwstat_exit
(struct blkg_rwstat *rwstat)
in blkg_rwstat_exit()
function
32
EXPORT_SYMBOL_GPL(
blkg_rwstat_exit
);
variable
H
A
D
bfq-cgroup.c
438
blkg_rwstat_exit
(&stats->bytes);
in bfqg_stats_exit()
439
blkg_rwstat_exit
(&stats->ios);
in bfqg_stats_exit()
441
blkg_rwstat_exit
(&stats->merged);
in bfqg_stats_exit()
442
blkg_rwstat_exit
(&stats->service_time);
in bfqg_stats_exit()
443
blkg_rwstat_exit
(&stats->wait_time);
in bfqg_stats_exit()
444
blkg_rwstat_exit
(&stats->queued);
in bfqg_stats_exit()
H
A
D
blk-cgroup-rwstat.h
43
void
blkg_rwstat_exit
(struct blkg_rwstat *rwstat);
H
A
D
blk-throttle.c
380
blkg_rwstat_exit
(&tg->stat_bytes);
in throtl_pd_alloc()
494
blkg_rwstat_exit
(&tg->stat_bytes);
in throtl_pd_free()
495
blkg_rwstat_exit
(&tg->stat_ios);
in throtl_pd_free()
Completed in 13 milliseconds