Lines Matching defs:sched_dl_entity
527 struct sched_dl_entity { struct
528 struct rb_node rb_node;
535 u64 dl_runtime; /* Maximum runtime for each instance */
536 u64 dl_deadline; /* Relative deadline of each instance */
537 u64 dl_period; /* Separation of two instances (period) */
538 u64 dl_bw; /* dl_runtime / dl_period */
539 u64 dl_density; /* dl_runtime / dl_deadline */
546 s64 runtime; /* Remaining runtime for this instance */
547 u64 deadline; /* Absolute deadline for this instance */
548 unsigned int flags; /* Specifying the scheduler behaviour */
570 unsigned int dl_throttled : 1;
571 unsigned int dl_yielded : 1;
572 unsigned int dl_non_contending : 1;
596 struct sched_dl_entity *pi_se; argument