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:highest_prio
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
101
rt_rq->
highest_prio
.curr = MAX_RT_PRIO;
in init_rt_rq()
102
rt_rq->
highest_prio
.next = MAX_RT_PRIO;
in init_rt_rq()
176
rt_rq->
highest_prio
.curr = MAX_RT_PRIO;
in init_tg_rt_entry()
289
return rq->rt.
highest_prio
.curr > prev->prio && !cpu_isolated(cpu_of(rq));
in need_pull_rt_task()
411
if (p->prio < rq->rt.
highest_prio
.next) {
in enqueue_pushable_task()
412
rq->rt.
highest_prio
.next = p->prio;
in enqueue_pushable_task()
423
rq->rt.
highest_prio
.next = p->prio;
in dequeue_pushable_task()
425
rq->rt.
highest_prio
.next = MAX_RT_PRIO;
in dequeue_pushable_task()
573
if (rt_rq->
highest_prio
.curr < curr->prio) {
in sched_rt_rq_enqueue()
991
return rt_rq->
highest_prio
in rt_se_prio()
[all...]
H
A
D
sched.h
707
}
highest_prio
;
member
Completed in 12 milliseconds