Lines Matching defs:sched_dl_entity
499 struct sched_dl_entity { struct
500 struct rb_node rb_node;
507 u64 dl_runtime; /* Maximum runtime for each instance */
508 u64 dl_deadline; /* Relative deadline of each instance */
509 u64 dl_period; /* Separation of two instances (period) */
510 u64 dl_bw; /* dl_runtime / dl_period */
511 u64 dl_density; /* dl_runtime / dl_deadline */
518 s64 runtime; /* Remaining runtime for this instance */
519 u64 deadline; /* Absolute deadline for this instance */
520 unsigned int flags; /* Specifying the scheduler behaviour */
546 unsigned int dl_throttled : 1;
547 unsigned int dl_boosted : 1;
548 unsigned int dl_yielded : 1;
549 unsigned int dl_non_contending : 1;
550 unsigned int dl_overrun : 1;
556 struct hrtimer dl_timer;
565 struct hrtimer inactive_timer;