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:task_rq
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
198
rq =
task_rq
(p);
200
if (likely(rq ==
task_rq
(p) && !task_on_rq_migrating(p))) {
222
rq =
task_rq
(p);
228
* [S] ->on_rq = MIGRATING [L] rq =
task_rq
()
230
* [S] ->cpu = new_cpu [L]
task_rq
()
238
* dependency headed by '[L] rq =
task_rq
()' and the acquire
241
if (likely(rq ==
task_rq
(p) && !task_on_rq_migrating(p))) {
1983
* If
task_rq
(p) != rq, it cannot be migrated here, because we're
in migration_cpu_stop()
1987
if (
task_rq
(p) == rq) {
in migration_cpu_stop()
2014
struct rq *rq =
task_rq
(
in do_set_cpus_allowed()
[all...]
H
A
D
rt.c
259
return
task_rq
(p);
in rq_of_rt_se()
2001
ret = cpupri_find_fitness(&
task_rq
(task)->rd->cpupri, task, lowest_mask, rt_task_fits_capacity);
in find_lowest_rq()
2003
ret = cpupri_find(&
task_rq
(task)->rd->cpupri, task, lowest_mask);
in find_lowest_rq()
H
A
D
fair.c
494
return &
task_rq
(p)->cfs;
in task_cfs_rq()
500
struct rq *rq =
task_rq
(p);
in cfs_rq_of()
1157
p == current || (lockdep_is_held(&
task_rq
(p)->lock) && !READ_ONCE(p->on_cpu)));
in deref_task_numa_group()
5694
SCHED_WARN_ON(
task_rq
(p) != rq);
in hrtick_start_fair()
7190
* previous CPU. The caller guarantees p->pi_lock or
task_rq
(p)->lock is held.
7225
lockdep_assert_held(&
task_rq
(p)->lock);
in migrate_task_rq_fair()
8300
BUG_ON(
task_rq
(p) != rq);
in attach_task()
11559
update_overutilized_status(
task_rq
(curr));
in task_tick_fair()
H
A
D
sched.h
1215
#define
task_rq
(p) cpu_rq(task_cpu(p))
macro
Completed in 33 milliseconds