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:recent_used_cpu
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
6600
int i,
recent_used_cpu
;
in select_idle_sibling()
local
6634
recent_used_cpu
= p->
recent_used_cpu
;
in select_idle_sibling()
6635
if (
recent_used_cpu
!= prev &&
recent_used_cpu
!= target && cpus_share_cache(
recent_used_cpu
, target) &&
in select_idle_sibling()
6636
(available_idle_cpu(
recent_used_cpu
) || sched_idle_cpu(
recent_used_cpu
)) &&
in select_idle_sibling()
6637
cpumask_test_cpu(p->
recent_used_cpu
, p->cpus_ptr) && asym_fits_capacity(task_util,
recent_used_cpu
)) {
in select_idle_sibling()
[all...]
H
A
D
core.c
3731
p->
recent_used_cpu
= task_cpu(p);
in wake_up_new_task()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
784
*
recent_used_cpu
is initially set as the last CPU used by a task
790
int
recent_used_cpu
;
member
Completed in 30 milliseconds