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:runnable_avg
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
pelt.c
307
sa->
runnable_avg
= div_u64(sa->runnable_sum, divider);
in ___update_load_avg()
323
*
runnable_avg
= runnable_sum
331
*
runnable_avg
= \Sum se->avg.
runnable_avg
379
* load_avg and
runnable_avg
are not supported and meaningless.
401
* load_avg and
runnable_avg
are not supported and meaningless.
452
* load_avg and
runnable_avg
are not supported and meaningless.
H
A
D
fair.c
859
sa->
runnable_avg
= sa->util_avg;
in post_init_entity_util_avg()
3511
* ge->avg.load_avg = ge->load.weight * ge->avg.
runnable_avg
(2)
3516
* grq->avg.load_avg = grq->load.weight * grq->avg.
runnable_avg
(3)
3520
* ge->avg.
runnable_avg
== grq->avg.
runnable_avg
3590
long delta = gcfs_rq->avg.
runnable_avg
- se->avg.
runnable_avg
;
in update_tg_cfs_runnable()
3605
se->avg.
runnable_avg
= gcfs_rq->avg.
runnable_avg
;
in update_tg_cfs_runnable()
3606
se->avg.runnable_sum = se->avg.
runnable_avg
* divide
in update_tg_cfs_runnable()
[all...]
H
A
D
sched.h
630
unsigned long
runnable_avg
;
member
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
421
* [
runnable_avg
definition]
423
*
runnable_avg
= runnable% * SCHED_CAPACITY_SCALE
465
unsigned long
runnable_avg
;
member
Completed in 20 milliseconds