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:p_rq
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
6785
struct rq *rq, *
p_rq
;
in yield_to()
local
6793
p_rq
= task_rq(p);
in yield_to()
6798
if (rq->nr_running == 1 &&
p_rq
->nr_running == 1) {
in yield_to()
6803
double_rq_lock(rq,
p_rq
);
in yield_to()
6804
if (task_rq(p) !=
p_rq
) {
in yield_to()
6805
double_rq_unlock(rq,
p_rq
);
in yield_to()
6817
if (task_running(
p_rq
, p) || p->state) {
in yield_to()
6828
if (preempt && rq !=
p_rq
) {
in yield_to()
6829
resched_curr(
p_rq
);
in yield_to()
6834
double_rq_unlock(rq,
p_rq
);
in yield_to()
[all...]
Completed in 10 milliseconds