Searched defs:sched_dl_entity (Results 1 – 2 of 2) sorted by relevance
621 struct sched_dl_entity { struct622 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 …]
611 struct sched_dl_entity { struct612 struct rb_node rb_node;619 u64 dl_runtime; /* Maximum runtime for each instance */620 u64 dl_deadline; /* Relative deadline of each instance */621 u64 dl_period; /* Separation of two instances (period) */622 u64 dl_bw; /* dl_runtime / dl_period */623 u64 dl_density; /* dl_runtime / dl_deadline */630 s64 runtime; /* Remaining runtime for this instance */631 u64 deadline; /* Absolute deadline for this instance */632 unsigned int flags; /* Specifying the scheduler behaviour */[all …]