Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsched.h610 struct sched_dl_entity { struct
611 struct rb_node rb_node;
618 u64 dl_runtime; /* Maximum runtime for each instance */
619 u64 dl_deadline; /* Relative deadline of each instance */
620 u64 dl_period; /* Separation of two instances (period) */
621 u64 dl_bw; /* dl_runtime / dl_period */
622 u64 dl_density; /* dl_runtime / dl_deadline */
629 s64 runtime; /* Remaining runtime for this instance */
630 u64 deadline; /* Absolute deadline for this instance */
631 unsigned int flags; /* Specifying the scheduler behaviour */
[all …]