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 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
rt.c
550
if (rt_rq->
rt_nr_running
) {
in sched_rt_rq_enqueue()
569
dequeue_top_rt_rq(rt_rq, rt_rq->
rt_nr_running
);
in sched_rt_rq_dequeue()
646
if (!rt_rq->
rt_nr_running
)
in sched_rt_rq_enqueue()
655
dequeue_top_rt_rq(rt_rq, rt_rq->
rt_nr_running
);
in sched_rt_rq_dequeue()
896
skip = !rt_rq->rt_time && !rt_rq->
rt_nr_running
;
in do_sched_rt_period_timer()
923
if (rt_rq->
rt_nr_running
&& rq->curr == rq->idle)
in do_sched_rt_period_timer()
926
if (rt_rq->rt_time || rt_rq->
rt_nr_running
)
in do_sched_rt_period_timer()
929
} else if (rt_rq->
rt_nr_running
) {
in do_sched_rt_period_timer()
1093
if (rt_rq->
rt_nr_running
) {
in enqueue_top_rt_rq()
1094
add_nr_running(rq, rt_rq->
rt_nr_running
);
in enqueue_top_rt_rq()
1354
unsigned int
rt_nr_running
;
dequeue_rt_stack()
local
1368
dequeue_top_rt_rq(rt_rq_of_se(back),
rt_nr_running
);
dequeue_rt_stack()
local
[all...]
H
A
D
debug.c
649
PU(
rt_nr_running
);
in print_rt_rq()
H
A
D
sched.h
722
unsigned int
rt_nr_running
;
member
757
return rt_rq->rt_queued && rt_rq->
rt_nr_running
;
in rt_rq_is_runnable()
H
A
D
core.c
793
fifo_nr_running = rq->rt.
rt_nr_running
- rq->rt.rr_nr_running;
in sched_can_stop_tick()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
rt.c
600
if (rt_rq->
rt_nr_running
) {
in sched_rt_rq_enqueue()
619
dequeue_top_rt_rq(rt_rq, rt_rq->
rt_nr_running
);
in sched_rt_rq_dequeue()
696
if (!rt_rq->
rt_nr_running
)
in sched_rt_rq_enqueue()
705
dequeue_top_rt_rq(rt_rq, rt_rq->
rt_nr_running
);
in sched_rt_rq_dequeue()
949
skip = !rt_rq->rt_time && !rt_rq->
rt_nr_running
;
in do_sched_rt_period_timer()
976
if (rt_rq->
rt_nr_running
&& rq->curr == rq->idle)
in do_sched_rt_period_timer()
979
if (rt_rq->rt_time || rt_rq->
rt_nr_running
)
in do_sched_rt_period_timer()
982
} else if (rt_rq->
rt_nr_running
) {
in do_sched_rt_period_timer()
1132
if (rt_rq->
rt_nr_running
) {
in enqueue_top_rt_rq()
1133
add_nr_running(rq, rt_rq->
rt_nr_running
);
in enqueue_top_rt_rq()
1500
unsigned int
rt_nr_running
;
dequeue_rt_stack()
local
1514
dequeue_top_rt_rq(rt_rq_of_se(back),
rt_nr_running
);
dequeue_rt_stack()
local
[all...]
H
A
D
sched.h
768
unsigned int
rt_nr_running
;
member
803
return rt_rq->rt_queued && rt_rq->
rt_nr_running
;
in rt_rq_is_runnable()
H
A
D
debug.c
727
PU(
rt_nr_running
);
in print_rt_rq()
H
A
D
core.c
1237
fifo_nr_running = rq->rt.
rt_nr_running
- rq->rt.rr_nr_running;
in sched_can_stop_tick()
Completed in 49 milliseconds