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_mask
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
303
cpumask_set_cpu(rq->cpu, rq->rd->
rto_mask
);
in rt_set_overload()
325
cpumask_clear_cpu(rq->cpu, rq->rd->
rto_mask
);
in rt_clear_overload()
2298
* the
rto_mask
.
in rto_next_cpu()
2301
* will return the next CPU found in the
rto_mask
.
in rto_next_cpu()
2303
* If there are no more CPUs left in the
rto_mask
, then a check is made
in rto_next_cpu()
2310
cpu = cpumask_next(rd->rto_cpu, rd->
rto_mask
);
in rto_next_cpu()
2321
* ACQUIRE ensures we see the @
rto_mask
changes
in rto_next_cpu()
2430
* see overloaded we must also see the
rto_mask
bit.
in pull_rt_task()
2435
if (rt_overload_count == 1 && cpumask_test_cpu(this_rq->cpu, this_rq->rd->
rto_mask
)) {
in pull_rt_task()
2446
for_each_cpu(cpu, this_rq->rd->
rto_mask
)
in pull_rt_task()
[all...]
H
A
D
topology.c
463
free_cpumask_var(rd->
rto_mask
);
in free_rootdomain()
536
if (!zalloc_cpumask_var(&rd->
rto_mask
, GFP_KERNEL)) {
in init_rootdomain()
563
free_cpumask_var(rd->
rto_mask
);
in init_rootdomain()
H
A
D
sched.h
887
* For IPI pull requests, loop across the
rto_mask
.
902
cpumask_var_t
rto_mask
;
member
Completed in 11 milliseconds