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:bfq_stat_read
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-cgroup.c
50
*
bfq_stat_read
- read the current value of a bfq_stat
53
static inline uint64_t
bfq_stat_read
(struct bfq_stat *stat)
in bfq_stat_read()
function
78
atomic64_add(
bfq_stat_read
(from) + atomic64_read(&from->aux_cnt),
in bfq_stat_add_aux()
93
return __blkg_prfill_u64(sf, pd,
bfq_stat_read
((void *)pd + off));
in blkg_prfill_stat()
1188
sum +=
bfq_stat_read
(stat) + atomic64_read(&stat->aux_cnt);
in bfqg_prfill_stat_recursive()
1243
u64 samples =
bfq_stat_read
(&bfqg->stats.avg_queue_size_samples);
in bfqg_prfill_avg_queue_size()
1247
v =
bfq_stat_read
(&bfqg->stats.avg_queue_size_sum);
in bfqg_prfill_avg_queue_size()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-cgroup.c
50
*
bfq_stat_read
- read the current value of a bfq_stat
53
static inline uint64_t
bfq_stat_read
(struct bfq_stat *stat)
in bfq_stat_read()
function
78
atomic64_add(
bfq_stat_read
(from) + atomic64_read(&from->aux_cnt),
in bfq_stat_add_aux()
93
return __blkg_prfill_u64(sf, pd,
bfq_stat_read
((void *)pd + off));
in blkg_prfill_stat()
1208
sum +=
bfq_stat_read
(stat) + atomic64_read(&stat->aux_cnt);
in bfqg_prfill_stat_recursive()
1263
u64 samples =
bfq_stat_read
(&bfqg->stats.avg_queue_size_samples);
in bfqg_prfill_avg_queue_size()
1267
v =
bfq_stat_read
(&bfqg->stats.avg_queue_size_sum);
in bfqg_prfill_avg_queue_size()
Completed in 5 milliseconds