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:rt_nr_running
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
566
if (rt_rq->
rt_nr_running
) {
in sched_rt_rq_enqueue()
587
dequeue_top_rt_rq(rt_rq, rt_rq->
rt_nr_running
);
in sched_rt_rq_dequeue()
662
if (!rt_rq->
rt_nr_running
) {
in sched_rt_rq_enqueue()
672
dequeue_top_rt_rq(rt_rq, rt_rq->
rt_nr_running
);
in sched_rt_rq_dequeue()
925
skip = !rt_rq->rt_time && !rt_rq->
rt_nr_running
;
in do_sched_rt_period_timer()
954
if (rt_rq->
rt_nr_running
&& rq->curr == rq->idle) {
in do_sched_rt_period_timer()
958
if (rt_rq->rt_time || rt_rq->
rt_nr_running
) {
in do_sched_rt_period_timer()
962
} else if (rt_rq->
rt_nr_running
) {
in do_sched_rt_period_timer()
1137
if (rt_rq->
rt_nr_running
) {
in enqueue_top_rt_rq()
1138
add_nr_running(rq, rt_rq->
rt_nr_running
);
in enqueue_top_rt_rq()
1406
unsigned int
rt_nr_running
;
dequeue_rt_stack()
local
1420
dequeue_top_rt_rq(rt_rq_of_se(back),
rt_nr_running
);
dequeue_rt_stack()
local
[all...]
H
A
D
sched.h
699
unsigned int
rt_nr_running
;
member
734
return rt_rq->rt_queued && rt_rq->
rt_nr_running
;
in rt_rq_is_runnable()
H
A
D
core.c
839
fifo_nr_running = rq->rt.
rt_nr_running
- rq->rt.rr_nr_running;
in sched_can_stop_tick()
Completed in 18 milliseconds