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_contrib
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
pelt.c
148
delta += sa->
period_contrib
;
in accumulate_sum()
174
contrib = __accumulate_pelt_segments(periods, 0x400 - sa->
period_contrib
, delta);
in accumulate_sum()
177
sa->
period_contrib
= delta;
in accumulate_sum()
284
* LOAD_AVG_MAX*y + sa->
period_contrib
288
* LOAD_AVG_MAX - 1024 + sa->
period_contrib
296
* the
period_contrib
of cfs_rq when updating the sched_avg of a sched_entity
H
A
D
fair.c
3574
* cfs_rq->avg.
period_contrib
can be used for both cfs_rq and se.
in update_tg_cfs_util()
3599
* cfs_rq->avg.
period_contrib
can be used for both cfs_rq and se.
in update_tg_cfs_runnable()
3627
* cfs_rq->avg.
period_contrib
can be used for both cfs_rq and se.
in update_tg_cfs_load()
3805
* util_avg. Given that
period_contrib
might have moved since the last
in update_cfs_rq_load_avg()
3845
* cfs_rq->avg.
period_contrib
can be used for both cfs_rq and se.
in attach_entity_load_avg()
3858
se->avg.
period_contrib
= cfs_rq->avg.
period_contrib
;
in attach_entity_load_avg()
3862
*
period_contrib
. This isn't strictly correct, but since we're
in attach_entity_load_avg()
3900
* cfs_rq->avg.
period_contrib
can be used for both cfs_rq and se.
in detach_entity_load_avg()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
463
u32
period_contrib
;
member
Completed in 22 milliseconds