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:imbalance_pct
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
1607
int
imbalance_pct
;
member
1619
static inline enum numa_type numa_classify(unsigned int
imbalance_pct
, struct numa_stats *ns)
in numa_classify()
argument
1622
(((ns->compute_capacity * FAIR_ONEHUNDRED) < (ns->util *
imbalance_pct
)) ||
in numa_classify()
1623
((ns->compute_capacity *
imbalance_pct
) < (ns->runnable * FAIR_ONEHUNDRED)))) {
in numa_classify()
1628
(((ns->compute_capacity * FAIR_ONEHUNDRED) > (ns->util *
imbalance_pct
)) &&
in numa_classify()
1629
((ns->compute_capacity *
imbalance_pct
) > (ns->runnable * FAIR_ONEHUNDRED)))) {
in numa_classify()
1702
ns->node_type = numa_classify(env->
imbalance_pct
, ns);
in update_numa_stats()
2049
.
imbalance_pct
= 112,
in task_numa_migrate()
2073
env.
imbalance_pct
= FAIR_ONEHUNDRED + (sd->
imbalance_pct
in task_numa_migrate()
8819
group_has_capacity(unsigned int
imbalance_pct
, struct sg_lb_stats *sgs)
group_has_capacity()
argument
8844
group_is_overloaded(unsigned int
imbalance_pct
, struct sg_lb_stats *sgs)
group_is_overloaded()
argument
8879
group_classify(unsigned int
imbalance_pct
, struct sched_group *group, struct sg_lb_stats *sgs)
group_classify()
argument
[all...]
H
A
D
topology.c
1477
.
imbalance_pct
= 117,
in sd_init()
1508
sd->
imbalance_pct
= IMBALANCE_SD_SHARE_CPUCAPACITY;
in sd_init()
1510
sd->
imbalance_pct
= IMBALANCE_SD_SHARE_PKG;
in sd_init()
Completed in 15 milliseconds