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_period
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
deadline.c
321
div64_long((dl_se->runtime * dl_se->
dl_period
),
in task_non_contending()
405
dl_b->
dl_period
= period;
in init_dl_bandwidth()
789
dl_se->deadline += pi_of(dl_se)->
dl_period
;
in replenish_dl_entity()
836
*
dl_period
instead of dl_deadline in the equation above.
914
return dl_se->dl_deadline == dl_se->
dl_period
;
in dl_is_implicit()
969
return dl_se->deadline - dl_se->dl_deadline + dl_se->
dl_period
;
in dl_next_period()
2630
def_dl_bandwidth.
dl_period
= global_rt_period();
in sched_dl_do_global()
2732
dl_se->
dl_period
= attr->sched_period ?: dl_se->dl_deadline;
in __setparam_dl()
2734
dl_se->dl_bw = to_ratio(dl_se->
dl_period
, dl_se->dl_runtime);
in __setparam_dl()
2745
attr->sched_period = dl_se->
dl_period
;
in __getparam_dl()
[all...]
H
A
D
sched.h
354
u64
dl_period
;
member
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
deadline.c
414
div64_long((dl_se->runtime * dl_se->
dl_period
),
in task_non_contending()
855
dl_se->deadline += pi_of(dl_se)->
dl_period
;
in replenish_dl_entity()
901
*
dl_period
instead of dl_deadline in the equation above.
979
return dl_se->dl_deadline == dl_se->
dl_period
;
in dl_is_implicit()
1033
return dl_se->deadline - dl_se->dl_deadline + dl_se->
dl_period
;
in dl_next_period()
2928
dl_se->
dl_period
= attr->sched_period ?: dl_se->dl_deadline;
in __setparam_dl()
2930
dl_se->dl_bw = to_ratio(dl_se->
dl_period
, dl_se->dl_runtime);
in __setparam_dl()
2941
attr->sched_period = dl_se->
dl_period
;
in __getparam_dl()
3010
dl_se->
dl_period
= 0;
in __dl_clear_params()
3031
dl_se->
dl_period
!
in dl_param_changed()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
sched.h
631
u64
dl_period
; /* Separation of two instances (period) */
member
632
u64 dl_bw; /* dl_runtime /
dl_period
*/
/kernel/linux/linux-6.6/include/linux/
H
A
D
sched.h
717
u64
dl_period
; /* Separation of two instances (period) */
member
718
u64 dl_bw; /* dl_runtime /
dl_period
*/
Completed in 22 milliseconds