Lines Matching defs:sched_dl_entity
507 struct sched_dl_entity { struct
508 struct rb_node rb_node;
515 u64 dl_runtime; /* Maximum runtime for each instance */
516 u64 dl_deadline; /* Relative deadline of each instance */
517 u64 dl_period; /* Separation of two instances (period) */
518 u64 dl_bw; /* dl_runtime / dl_period */
519 u64 dl_density; /* dl_runtime / dl_deadline */
526 s64 runtime; /* Remaining runtime for this instance */
527 u64 deadline; /* Absolute deadline for this instance */
528 unsigned int flags; /* Specifying the scheduler behaviour */
554 unsigned int dl_throttled : 1;
555 unsigned int dl_yielded : 1;
556 unsigned int dl_non_contending : 1;
580 struct sched_dl_entity *pi_se; argument