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:deadline
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
sched.h
14
#include <linux/sched/
deadline
.h>
312
return dl_entity_is_special(a) || dl_time_before(a->
deadline
, b->
deadline
);
in dl_entity_preempt()
346
* To keep the bandwidth of -
deadline
tasks under control
348
* - store the maximum -
deadline
bandwidth of each cpu;
360
* - bw (< 100%) is the
deadline
bandwidth of each CPU;
390
* CPU original capacity and the runtime/
deadline
ratio of the task.
393
* @cpu scaled by SCHED_CAPACITY_SCALE >= runtime/
deadline
ratio of the
739
/* runqueue is an rbtree, ordered by
deadline
*/
762
* of the leftmost (earliest
deadline
) elemen
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
625
u64 dl_deadline; /* Relative
deadline
of each instance */
636
u64
deadline
; /* Absolute
deadline
for this instance */
member
669
* Bandwidth enforcement timer. Each -
deadline
task has its
676
* at the "0-lag time". When a -
deadline
task blocks, it contributes
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cpuset.c
48
#include <linux/sched/
deadline
.h>
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
wlioctl.h
1744
uint16
deadline
; /**<
deadline
timer (in milliseconds) */
member
Completed in 73 milliseconds