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
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
sched.h
400
return ((cap_scale(p->
dl
.dl_deadline, cap)) >= (p->
dl
.dl_runtime));
in dl_task_fits_capacity()
1017
struct dl_rq
dl
;
member
1978
return rq->
dl
.dl_nr_running > 0;
in sched_dl_runnable()
2428
rq->
dl
.extra_bw += bw;
in __dl_update()
2434
struct dl_rq *
dl
= container_of(dl_b, struct dl_rq, dl_bw);
in __dl_update()
local
2436
dl
->extra_bw += bw;
in __dl_update()
2653
return (rq->
dl
.running_bw * SCHED_CAPACITY_SCALE) >> BW_SHIFT;
in cpu_bw_dl()
H
A
D
core.c
132
* p->
dl
.dl_{runtime, deadline, period, flags, bw, density}
819
if (rq->
dl
.dl_nr_running) {
in sched_can_stop_tick()
3423
RB_CLEAR_NODE(&p->
dl
.rb_node);
in __sched_fork()
3424
init_dl_task_timer(&p->
dl
);
in __sched_fork()
3425
init_dl_inactive_task_timer(&p->
dl
);
in __sched_fork()
5376
* --> -
dl
task blocks on mutex A
in rt_mutex_setprio()
5378
* 2. -
dl
task is running and holds mutex A
in rt_mutex_setprio()
5379
* --> -
dl
task blocks on mutex A and could preempt the
in rt_mutex_setprio()
5385
dl_entity_preempt(&pi_task->
dl
, &p->
dl
))) {
in rt_mutex_setprio()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
825
struct sched_dl_entity
dl
;
member
Completed in 21 milliseconds