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:load_avg
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
804
sa->
load_avg
= scale_load_down(se->load.weight);
in init_entity_runnable_average()
807
/* when this task enqueue'ed, it will contribute to its cfs_rq's
load_avg
*/
in init_entity_runnable_average()
816
* util_avg = cfs_rq->util_avg / (cfs_rq->
load_avg
+ 1) * se.load.weight
849
sa->util_avg /= (cfs_rq->avg.
load_avg
+ 1);
in post_init_entity_util_avg()
3187
cfs_rq->avg.
load_avg
+= se->avg.
load_avg
;
in enqueue_load_avg()
3193
sub_positive(&cfs_rq->avg.
load_avg
, se->avg.
load_avg
);
in dequeue_load_avg()
3222
se->avg.
load_avg
= div_u64(se_weight(se) * se->avg.load_sum, divider);
in reweight_entity()
3262
* grq->load.weight -> grq->avg.
load_avg
(
3616
unsigned long
load_avg
;
update_tg_cfs_load()
local
[all...]
H
A
D
pelt.c
217
*
load_avg
= u_0` + y*(u_0 + u_1*y + u_2*y^2 + ... )
306
sa->
load_avg
= div_u64(load * sa->load_sum, divider);
in ___update_load_avg()
319
* se_weight() = tg->weight * grq->
load_avg
/ tg->
load_avg
326
*
load_avg
= se_weight(se) * load_sum
334
*
load_avg
= \Sum se->avg.
load_avg
379
*
load_avg
and runnable_avg are not supported and meaningless.
401
*
load_avg
and runnable_avg are not supported and meaningless.
426
* tracked through
load_avg
[all...]
H
A
D
sched.h
460
*
load_avg
can be heavily contended at clock tick time, so put
464
atomic_long_t
load_avg
____cacheline_aligned;
628
unsigned long
load_avg
;
member
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
360
* has a few: load,
load_avg
, util_avg, freq, and capacity.
417
* [
load_avg
definition]
419
*
load_avg
= runnable% * scale_load_down(load)
453
* Max(
load_avg
) <= Max(load.weight)
464
unsigned long
load_avg
;
member
Completed in 35 milliseconds