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:sched_idle_cpu
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
5764
static int
sched_idle_cpu
(int cpu)
in sched_idle_cpu()
function
6239
if (
sched_idle_cpu
(i)) {
in find_idlest_group_cpu()
6460
if (available_idle_cpu(cpu) ||
sched_idle_cpu
(cpu)) {
in select_idle_smt()
6533
if (available_idle_cpu(cpu) ||
sched_idle_cpu
(cpu)) {
in select_idle_cpu()
6568
if (!available_idle_cpu(cpu) && !
sched_idle_cpu
(cpu)) {
in select_idle_capacity()
6611
if ((available_idle_cpu(target) ||
sched_idle_cpu
(target)) && !cpu_isolated(target) &&
in select_idle_sibling()
6620
((available_idle_cpu(prev) ||
sched_idle_cpu
(prev)) && !cpu_isolated(target) &&
in select_idle_sibling()
6636
(available_idle_cpu(recent_used_cpu) ||
sched_idle_cpu
(recent_used_cpu)) &&
in select_idle_sibling()
10636
int busy = idle != CPU_IDLE && !
sched_idle_cpu
(cpu);
in rebalance_domains()
10688
busy = idle != CPU_IDLE && !
sched_idle_cpu
(cp
in rebalance_domains()
[all...]
Completed in 14 milliseconds