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_at
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/cgroup/
H
A
D
iocost_monitor.py
100
self.
period_at
= ioc.
period_at
.value_() / 1_000_000
119
'
period_at
' : self.
period_at
,
128
f'cur_per={self.
period_at
:.3f}:v{self.vperiod_at:.3f} ' \
/kernel/linux/linux-6.6/tools/cgroup/
H
A
D
iocost_monitor.py
100
self.
period_at
= ioc.
period_at
.value_() / 1_000_000
120
'
period_at
' : self.
period_at
,
131
f'cur_per={self.
period_at
:.3f}:v{self.vperiod_at:.3f} ' \
/kernel/linux/linux-5.10/block/
H
A
D
blk-iocost.c
431
u64
period_at
; /* wallclock starttime */
member
957
s64 pleft = ioc->
period_at
+ ioc->period_us - now->now;
in ioc_refresh_vrate()
999
* As a consistent snapshot of `period_at_vtime` and `
period_at
` is
in ioc_now()
1005
(now->now - ioc->
period_at
) * now->vrate;
in ioc_now()
1014
ioc->
period_at
= now->now;
in ioc_start_period()
2240
if (time_after64(iocg->activated_at, ioc->
period_at
))
in ioc_timer_fn()
2243
usage_dur = max_t(u64, now.now - ioc->
period_at
, 1);
in ioc_timer_fn()
2876
ioc->
period_at
= ktime_to_us(ktime_get());
in blk_iocost_init()
/kernel/linux/linux-6.6/block/
H
A
D
blk-iocost.c
429
u64
period_at
; /* wallclock starttime */
member
965
s64 pleft = ioc->
period_at
+ ioc->period_us - now->now;
in ioc_refresh_vrate()
1056
* As a consistent snapshot of `period_at_vtime` and `
period_at
` is
in ioc_now()
1062
(now->now - ioc->
period_at
) * vrate;
in ioc_now()
1071
ioc->
period_at
= now->now;
in ioc_start_period()
2319
if (time_after64(iocg->activated_at, ioc->
period_at
))
in ioc_timer_fn()
2322
usage_dur = max_t(u64, now.now - ioc->
period_at
, 1);
in ioc_timer_fn()
2903
ioc->
period_at
= ktime_to_us(ktime_get());
in blk_iocost_init()
Completed in 12 milliseconds