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:cpu_capacity
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
sched.h
1056
unsigned long
cpu_capacity
;
member
2622
return cpu_rq(cpu)->
cpu_capacity
;
in capacity_of()
2856
static inline int
cpu_capacity
(int cpu)
in cpu_capacity()
function
2893
max_cap = max(max_cap,
cpu_capacity
(i));
in __update_min_max_capacity()
2894
min_cap = min(min_cap,
cpu_capacity
(i));
in __update_min_max_capacity()
H
A
D
rt.c
1819
unsigned long
cpu_capacity
;
in find_cas_cpu()
local
1891
cpu_capacity
= capacity_orig_of(cpu);
in find_cas_cpu()
1892
if (boosted_tutil >
cpu_capacity
) {
in find_cas_cpu()
1898
if (
cpu_capacity
< target_capacity) {
in find_cas_cpu()
1899
target_capacity =
cpu_capacity
;
in find_cas_cpu()
H
A
D
fair.c
6679
* (ie
cpu_capacity
).
6684
* capacity_orig is the
cpu_capacity
available at the highest frequency
6931
* required since the ratio (sum_util /
cpu_capacity
)
in compute_energy()
6933
* consumption at the (eventually clamped)
cpu_capacity
.
in compute_energy()
8682
cpu_rq(cpu)->
cpu_capacity
= capacity;
in update_cpu_capacity()
8760
return ((rq->
cpu_capacity
* sd->imbalance_pct) < (rq->cpu_capacity_orig * FAIR_ONEHUNDRED));
in check_cpu_capacity()
12316
rq->
cpu_capacity
in sched_trace_rq_cpu_capacity()
H
A
D
core.c
8166
rq->
cpu_capacity
= rq->cpu_capacity_orig = SCHED_CAPACITY_SCALE;
in sched_init()
Completed in 33 milliseconds