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:vtime_base_rate
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
blk-iocost.c
427
u64
vtime_base_rate
;
member
765
u64 vrate = ioc->
vtime_base_rate
;
in ioc_refresh_margins()
835
vrate_pct = div64_u64(ioc->
vtime_base_rate
* 100, VTIME_PER_USEC);
in ioc_autop_idx()
958
s64 vperiod = ioc->period_us * ioc->
vtime_base_rate
;
in ioc_refresh_vrate()
973
vcomp_min = -(ioc->
vtime_base_rate
>> 1);
in ioc_refresh_vrate()
974
vcomp_max = ioc->
vtime_base_rate
;
in ioc_refresh_vrate()
979
atomic64_set(&ioc->vtime_rate, ioc->
vtime_base_rate
+ vcomp);
in ioc_refresh_vrate()
1318
ioc->period_us * ioc->
vtime_base_rate
);
in iocg_kick_delay()
1501
DIV64_U64_ROUND_UP(vshortage, ioc->
vtime_base_rate
) *
in iocg_kick_waitq()
1633
iocg->usage_delta_us = div64_u64(vusage_delta, ioc->
vtime_base_rate
);
in iocg_flush_stat_one()
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
iocost.h
41
__entry->vrate = iocg->ioc->
vtime_base_rate
;
163
__entry->old_vrate = ioc->
vtime_base_rate
;
/kernel/linux/linux-6.6/block/
H
A
D
blk-iocost.c
425
u64
vtime_base_rate
;
member
757
u64 vrate = ioc->
vtime_base_rate
;
in ioc_refresh_margins()
831
vrate_pct = div64_u64(ioc->
vtime_base_rate
* 100, VTIME_PER_USEC);
in ioc_autop_idx()
928
ioc->
vtime_base_rate
= VTIME_PER_USEC;
in ioc_refresh_params_disk()
966
s64 vperiod = ioc->period_us * ioc->
vtime_base_rate
;
in ioc_refresh_vrate()
981
vcomp_min = -(ioc->
vtime_base_rate
>> 1);
in ioc_refresh_vrate()
982
vcomp_max = ioc->
vtime_base_rate
;
in ioc_refresh_vrate()
987
atomic64_set(&ioc->vtime_rate, ioc->
vtime_base_rate
+ vcomp);
in ioc_refresh_vrate()
997
u64 vrate = ioc->
vtime_base_rate
;
in ioc_adjust_base_vrate()
1037
ioc->
vtime_base_rate
in ioc_adjust_base_vrate()
[all...]
/kernel/linux/linux-5.10/tools/cgroup/
H
A
D
iocost_monitor.py
102
self.vrate_pct = ioc.
vtime_base_rate
.value_() * 100 / VTIME_PER_USEC
/kernel/linux/linux-6.6/tools/cgroup/
H
A
D
iocost_monitor.py
102
self.vrate_pct = ioc.
vtime_base_rate
.value_() * 100 / VTIME_PER_USEC
Completed in 8 milliseconds