Home
last modified time | relevance | path

Searched defs:sched_dl_entity (Results 1 – 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
Dsched.h616 struct sched_dl_entity { struct
617 struct rb_node rb_node;
624 u64 dl_runtime; /* Maximum runtime for each instance */
625 u64 dl_deadline; /* Relative deadline of each instance */
626 u64 dl_period; /* Separation of two instances (period) */
627 u64 dl_bw; /* dl_runtime / dl_period */
628 u64 dl_density; /* dl_runtime / dl_deadline */
635 s64 runtime; /* Remaining runtime for this instance */
636 u64 deadline; /* Absolute deadline for this instance */
637 unsigned int flags; /* Specifying the scheduler behaviour */
[all …]