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:dl_nr_running
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
deadline.c
475
if (dl_rq->dl_nr_migratory && dl_rq->
dl_nr_running
> 1) {
in update_dl_migration()
1415
if (!dl_rq->
dl_nr_running
) {
in dec_dl_deadline()
1443
dl_rq->
dl_nr_running
++;
in inc_dl_tasks()
1457
WARN_ON(!dl_rq->
dl_nr_running
);
in dec_dl_tasks()
1458
dl_rq->
dl_nr_running
--;
in dec_dl_tasks()
1721
(cpu_rq(target)->dl.
dl_nr_running
== 0)))
in select_task_rq_dl()
2083
if (later_rq->dl.
dl_nr_running
&&
in find_lock_later_rq()
2118
if (!later_rq->dl.
dl_nr_running
||
in find_lock_later_rq()
2251
if (this_rq->dl.
dl_nr_running
&&
in pull_dl_task()
2263
if (src_rq->dl.
dl_nr_running
<
in pull_dl_task()
[all...]
H
A
D
debug.c
672
PU(
dl_nr_running
);
in print_dl_rq()
H
A
D
sched.h
765
unsigned long
dl_nr_running
;
member
2024
return rq->dl.
dl_nr_running
> 0;
in sched_dl_runnable()
H
A
D
core.c
775
if (rq->dl.
dl_nr_running
)
in sched_can_stop_tick()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
deadline.c
559
if (dl_rq->dl_nr_migratory && dl_rq->
dl_nr_running
> 1) {
in update_dl_migration()
1476
if (!dl_rq->
dl_nr_running
) {
in dec_dl_deadline()
1504
dl_rq->
dl_nr_running
++;
in inc_dl_tasks()
1518
WARN_ON(!dl_rq->
dl_nr_running
);
in dec_dl_tasks()
1519
dl_rq->
dl_nr_running
--;
in dec_dl_tasks()
1813
return (!rq->dl.
dl_nr_running
||
in dl_task_is_earliest_deadline()
2403
if (this_rq->dl.
dl_nr_running
&&
in pull_dl_task()
2416
if (src_rq->dl.
dl_nr_running
<= 1)
in pull_dl_task()
2524
if (rq->dl.
dl_nr_running
> 0)
in rq_online_dl()
2626
if (!task_on_rq_queued(p) || rq->dl.
dl_nr_running
)
in switched_from_dl()
[all...]
H
A
D
sched.h
811
unsigned int
dl_nr_running
;
member
2508
return rq->dl.
dl_nr_running
> 0;
in sched_dl_runnable()
H
A
D
debug.c
750
PU(
dl_nr_running
);
in print_dl_rq()
H
A
D
core.c
1219
if (rq->dl.
dl_nr_running
)
in sched_can_stop_tick()
Completed in 58 milliseconds