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:earliest_dl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
deadline.c
427
dl_rq->
earliest_dl
.curr = dl_rq->
earliest_dl
.next = 0;
in init_dl_rq()
533
dl_rq->
earliest_dl
.next = p->dl.deadline;
in enqueue_pushable_dl_task()
552
dl_rq->
earliest_dl
.next = rb_entry(next_node,
in dequeue_pushable_dl_task()
1400
if (dl_rq->
earliest_dl
.curr == 0 ||
in inc_dl_deadline()
1401
dl_time_before(deadline, dl_rq->
earliest_dl
.curr)) {
in inc_dl_deadline()
1402
dl_rq->
earliest_dl
.curr = deadline;
in inc_dl_deadline()
1416
dl_rq->
earliest_dl
.curr = 0;
in dec_dl_deadline()
1417
dl_rq->
earliest_dl
.next = 0;
in dec_dl_deadline()
1424
dl_rq->
earliest_dl
in dec_dl_deadline()
[all...]
H
A
D
sched.h
777
}
earliest_dl
;
member
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
deadline.c
511
dl_rq->
earliest_dl
.curr = dl_rq->
earliest_dl
.next = 0;
in init_dl_rq()
612
rq->dl.
earliest_dl
.next = p->dl.deadline;
in enqueue_pushable_dl_task()
626
dl_rq->
earliest_dl
.next = __node_2_pdl(leftmost)->dl.deadline;
in dequeue_pushable_dl_task()
1459
if (dl_rq->
earliest_dl
.curr == 0 ||
in inc_dl_deadline()
1460
dl_time_before(deadline, dl_rq->
earliest_dl
.curr)) {
in inc_dl_deadline()
1461
if (dl_rq->
earliest_dl
.curr == 0)
in inc_dl_deadline()
1463
dl_rq->
earliest_dl
.curr = deadline;
in inc_dl_deadline()
1477
dl_rq->
earliest_dl
.curr = 0;
in dec_dl_deadline()
1478
dl_rq->
earliest_dl
in dec_dl_deadline()
[all...]
H
A
D
sched.h
823
}
earliest_dl
;
member
Completed in 16 milliseconds