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:max_capacity
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
topology.c
981
sg->sgc->
max_capacity
= SCHED_CAPACITY_SCALE;
in init_overlap_sched_group()
1209
sg->sgc->
max_capacity
= SCHED_CAPACITY_SCALE;
in get_group()
2080
unsigned long
max_capacity
= arch_scale_cpu_capacity(i);
in asym_cpu_capacity_level()
local
2092
if (capacity <=
max_capacity
) {
in asym_cpu_capacity_level()
2096
max_capacity
= capacity;
in asym_cpu_capacity_level()
H
A
D
fair.c
4224
unsigned long
max_capacity
= cpu_rq(cpu)->rd->max_cpu_capacity;
in task_fits_max()
local
4225
if (capacity ==
max_capacity
) {
in task_fits_max()
8687
sdg->sgc->
max_capacity
= capacity;
in update_cpu_capacity()
8694
unsigned long capacity, min_capacity,
max_capacity
;
in update_group_capacity()
local
8708
max_capacity
= 0;
in update_group_capacity()
8726
max_capacity
= max(cpu_cap,
max_capacity
);
in update_group_capacity()
8742
max_capacity
= max(sgc->
max_capacity
,
max_capacity
);
in update_group_capacity()
[all...]
H
A
D
sched.h
1560
unsigned long
max_capacity
; /* Max per-CPU capacity in group */
member
2801
extern unsigned int
max_capacity
;
2897
max_capacity
= max_cap;
in __update_min_max_capacity()
Completed in 24 milliseconds