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:idle_cpu
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
1576
int
idle_cpu
;
member
1590
if (!
idle_cpu
(sibling)) {
in is_core_idle()
1673
ns->
idle_cpu
= -1;
in update_numa_stats()
1686
if (find_idle && !rq->nr_running &&
idle_cpu
(cpu)) {
in update_numa_stats()
1691
if (ns->
idle_cpu
== -1) {
in update_numa_stats()
1692
ns->
idle_cpu
= cpu;
in update_numa_stats()
1705
ns->
idle_cpu
= idle_core;
in update_numa_stats()
1721
if (cpu == env->best_cpu || !
idle_cpu
(cpu) || !cpumask_test_cpu(cpu, env->p->cpus_ptr)) {
in task_numa_assign()
1941
int cpu = env->dst_stats.
idle_cpu
;
in task_numa_compare()
1952
if (!
idle_cpu
(cp
in task_numa_compare()
[all...]
H
A
D
core.c
684
if (!
idle_cpu
(cpu)) {
in get_nohz_timer_target()
700
if (!
idle_cpu
(i)) {
in get_nohz_timer_target()
715
if (!
idle_cpu
(i)) {
in get_nohz_timer_target()
804
rq->idle_balance =
idle_cpu
(cpu);
in nohz_csd_func()
4412
rq->idle_balance =
idle_cpu
(cpu);
in scheduler_tick()
5555
*
idle_cpu
- is a given CPU idle currently?
5560
int
idle_cpu
(int cpu)
in idle_cpu()
function
5589
if (!
idle_cpu
(cpu)) {
in available_idle_cpu()
H
A
D
rt.c
1920
trace_sched_find_cas_cpu_each(task, cpu, target_cpu, cpu_isolated(cpu),
idle_cpu
(cpu), boosted_tutil,
in find_cas_cpu()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
1843
extern int
idle_cpu
(int cpu);
Completed in 37 milliseconds