Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dsched.h621 struct sched_dl_entity { struct
622 struct rb_node rb_node;
629 u64 dl_runtime; /* Maximum runtime for each instance */
630 u64 dl_deadline; /* Relative deadline of each instance */
631 u64 dl_period; /* Separation of two instances (period) */
632 u64 dl_bw; /* dl_runtime / dl_period */
633 u64 dl_density; /* dl_runtime / dl_deadline */
640 s64 runtime; /* Remaining runtime for this instance */
641 u64 deadline; /* Absolute deadline for this instance */
642 unsigned int flags; /* Specifying the scheduler behaviour */
[all …]
/kernel/linux/linux-6.6/include/linux/
Dsched.h713 struct sched_dl_entity { struct
714 struct rb_node rb_node;
721 u64 dl_runtime; /* Maximum runtime for each instance */
722 u64 dl_deadline; /* Relative deadline of each instance */
723 u64 dl_period; /* Separation of two instances (period) */
724 u64 dl_bw; /* dl_runtime / dl_period */
725 u64 dl_density; /* dl_runtime / dl_deadline */
732 s64 runtime; /* Remaining runtime for this instance */
733 u64 deadline; /* Absolute deadline for this instance */
734 unsigned int flags; /* Specifying the scheduler behaviour */
[all …]