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:period_vtime
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/cgroup/
H
A
D
iocost_monitor.py
156
period_vtime
= ioc.period_us.value_() * vrate
157
if
period_vtime
:
158
self.inflight_pct = (vtime - vdone) * 100 /
period_vtime
/kernel/linux/linux-6.6/tools/cgroup/
H
A
D
iocost_monitor.py
159
period_vtime
= ioc.period_us.value_() * vrate
160
if
period_vtime
:
161
self.inflight_pct = (vtime - vdone) * 100 /
period_vtime
/kernel/linux/linux-5.10/block/
H
A
D
blk-iocost.c
2112
u64
period_vtime
;
in ioc_timer_fn()
local
2123
period_vtime
= now.vnow - ioc->period_at_vtime;
in ioc_timer_fn()
2124
if (WARN_ON_ONCE(!
period_vtime
)) {
in ioc_timer_fn()
2221
MAX_LAGGING_PERIODS *
period_vtime
) &&
in ioc_timer_fn()
2222
time_before64(vdone, now.vnow -
period_vtime
))
in ioc_timer_fn()
/kernel/linux/linux-6.6/block/
H
A
D
blk-iocost.c
2241
u64
period_vtime
;
in ioc_timer_fn()
local
2254
period_vtime
= now.vnow - ioc->period_at_vtime;
in ioc_timer_fn()
2255
if (WARN_ON_ONCE(!
period_vtime
)) {
in ioc_timer_fn()
2291
MAX_LAGGING_PERIODS *
period_vtime
) &&
in ioc_timer_fn()
2292
time_before64(vdone, now.vnow -
period_vtime
))
in ioc_timer_fn()
Completed in 12 milliseconds