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_util
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
1682
ns->util +=
cpu_util
(cpu);
in update_numa_stats()
3408
* See
cpu_util
().
in cfs_rq_util_change()
5741
return !fits_capacity(
cpu_util
(cpu), capacity_of(cpu));
in cpu_overutilized()
6711
unsigned long
cpu_util
(int cpu)
in cpu_util()
function
6757
*
cpu_util
for this case.
in cpu_util_without()
6760
return
cpu_util
(cpu);
in cpu_util_without()
6766
return
cpu_util
(cpu);
in cpu_util_without()
6771
util = max_t(long,
cpu_util
(cpu) - task_util(p), 0);
in cpu_util_without()
6786
*
cpu_util
(== task_util) > util_est (== 0)
in cpu_util_without()
6788
* cpu_util_without = (
cpu_util
in cpu_util_without()
6926
unsigned long
cpu_util
, util_cfs =
cpu_util
_next(cpu, p, dst_cpu);
compute_energy()
local
[all...]
H
A
D
sched.h
2193
unsigned long
cpu_util
(int cpu);
2992
return
cpu_util
(cpu);
in cpu_util_freq_walt()
H
A
D
rt.c
1921
cpu_util
(cpu), capacity_orig_of(cpu));
in find_cas_cpu()
1936
util =
cpu_util
(cpu);
in find_cas_cpu()
Completed in 19 milliseconds