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:rto_cpu
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
2296
* When starting the IPI RT pushing, the
rto_cpu
is set to -1,
in rto_next_cpu()
2300
* If rto_next_cpu() is called with
rto_cpu
is a valid CPU, it
in rto_next_cpu()
2309
/* When
rto_cpu
is -1 this acts like cpumask_first() */
in rto_next_cpu()
2310
cpu = cpumask_next(rd->
rto_cpu
, rd->rto_mask);
in rto_next_cpu()
2312
rd->
rto_cpu
= cpu;
in rto_next_cpu()
2318
rd->
rto_cpu
= -1;
in rto_next_cpu()
2362
* The
rto_cpu
is updated under the lock, if it has a valid CPU
in tell_cpu_to_push()
2367
if (rq->rd->
rto_cpu
< 0) {
in tell_cpu_to_push()
H
A
D
sched.h
893
int
rto_cpu
;
member
H
A
D
topology.c
541
rd->
rto_cpu
= -1;
in init_rootdomain()
Completed in 11 milliseconds