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:util_sum
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
pelt.c
157
sa->
util_sum
= decay_load((u64)(sa->
util_sum
), periods);
in accumulate_sum()
186
sa->
util_sum
+= contrib << SCHED_CAPACITY_SHIFT;
in accumulate_sum()
308
WRITE_ONCE(sa->util_avg, sa->
util_sum
/ divider);
in ___update_load_avg()
375
*
util_sum
= \Sum se->avg.
util_sum
but se->avg.
util_sum
is not tracked
376
*
util_sum
= cpu_scale * load_sum
377
* runnable_sum =
util_sum
397
*
util_sum
[all...]
H
A
D
fair.c
3581
se->avg.
util_sum
= se->avg.util_avg * divider;
in update_tg_cfs_util()
3585
cfs_rq->avg.
util_sum
= cfs_rq->avg.util_avg * divider;
in update_tg_cfs_util()
3658
running_sum = se->avg.
util_sum
>> SCHED_CAPACITY_SHIFT;
in update_tg_cfs_load()
3797
sub_positive(&sa->
util_sum
, r * divider);
in update_cfs_rq_load_avg()
3799
* Because of rounding, se->
util_sum
might ends up being +1 more than
in update_cfs_rq_load_avg()
3800
* cfs->
util_sum
. Although this is not a problem by itself, detaching
in update_cfs_rq_load_avg()
3802
* util_avg (~1ms) can make cfs->
util_sum
becoming null whereas
in update_cfs_rq_load_avg()
3804
* Check that
util_sum
is still above its lower bound for the new
in update_cfs_rq_load_avg()
3806
* sync, we are only sure that
util_sum
must be above or equal to
in update_cfs_rq_load_avg()
3809
sa->
util_sum
in update_cfs_rq_load_avg()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
462
u32
util_sum
;
member
Completed in 15 milliseconds