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_rate
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/cgroup/
H
A
D
iocost_monitor.py
103
self.ivrate_pct = ioc.
vtime_rate
.counter.value_() * 100 / VTIME_PER_USEC
158
vrate = ioc.
vtime_rate
.counter.value_()
/kernel/linux/linux-5.10/tools/cgroup/
H
A
D
iocost_monitor.py
155
vrate = ioc.
vtime_rate
.counter.value_()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
iocost.h
149
__entry->old_vrate = atomic64_read(&ioc->
vtime_rate
);;
/kernel/linux/linux-5.10/block/
H
A
D
blk-iocost.c
426
atomic64_t
vtime_rate
;
member
926
atomic64_set(&ioc->
vtime_rate
, VTIME_PER_USEC);
in ioc_refresh_params()
979
atomic64_set(&ioc->
vtime_rate
, ioc->vtime_base_rate + vcomp);
in ioc_refresh_vrate()
992
now->vrate = atomic64_read(&ioc->
vtime_rate
);
in ioc_now()
2397
trace_iocost_ioc_vrate_adj(ioc, atomic64_read(&ioc->
vtime_rate
),
in ioc_timer_fn()
2874
atomic64_set(&ioc->
vtime_rate
, VTIME_PER_USEC);
in blk_iocost_init()
/kernel/linux/linux-6.6/block/
H
A
D
blk-iocost.c
424
atomic64_t
vtime_rate
;
member
927
atomic64_set(&ioc->
vtime_rate
, VTIME_PER_USEC);
in ioc_refresh_params_disk()
987
atomic64_set(&ioc->
vtime_rate
, ioc->vtime_base_rate + vcomp);
in ioc_refresh_vrate()
1049
vrate = atomic64_read(&ioc->
vtime_rate
);
in ioc_now()
2901
atomic64_set(&ioc->
vtime_rate
, VTIME_PER_USEC);
in blk_iocost_init()
Completed in 10 milliseconds