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_sum
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
pelt.c
155
sa->
load_sum
= decay_load(sa->
load_sum
, periods);
in accumulate_sum()
180
sa->
load_sum
+= load * contrib;
in accumulate_sum()
306
sa->load_avg = div_u64(load * sa->
load_sum
, divider);
in ___update_load_avg()
325
*
load_sum
:= runnable
326
* load_avg = se_weight(se) *
load_sum
333
*
load_sum
= \Sum se_weight(se) * se->avg.
load_sum
376
* util_sum = cpu_scale *
load_sum
398
* util_sum = cpu_scale *
load_sum
[all...]
H
A
D
fair.c
2343
delta = p->se.avg.
load_sum
;
in numa_get_avg_runtime()
3188
cfs_rq->avg.
load_sum
+= se_weight(se) * se->avg.
load_sum
;
in enqueue_load_avg()
3194
sub_positive(&cfs_rq->avg.
load_sum
, se_weight(se) * se->avg.
load_sum
);
in dequeue_load_avg()
3222
se->avg.load_avg = div_u64(se_weight(se) * se->avg.
load_sum
, divider);
in reweight_entity()
3557
* grq->avg.runnable_sum = grq->avg.
load_sum
/ grq->load.weight
3617
u64
load_sum
= 0;
in update_tg_cfs_load()
local
3637
runnable_sum += se->avg.
load_sum
;
in update_tg_cfs_load()
3645
load_sum
in update_tg_cfs_load()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
446
* The 64-bit
load_sum
can have 4353082796 (=2^64/47742/88761) entities
460
u64
load_sum
;
member
Completed in 15 milliseconds