Lines Matching defs:sched_dl_entity
1294 struct sched_dl_entity { struct
1295 struct rb_node rb_node;
1302 u64 dl_runtime; /* maximum runtime for each instance */
1303 u64 dl_deadline; /* relative deadline of each instance */
1304 u64 dl_period; /* separation of two instances (period) */
1305 u64 dl_bw; /* dl_runtime / dl_deadline */
1312 s64 runtime; /* remaining runtime for this instance */
1313 u64 deadline; /* absolute deadline for this instance */
1314 unsigned int flags; /* specifying the scheduler behaviour */
1334 int dl_throttled, dl_new, dl_boosted, dl_yielded;
1340 struct hrtimer dl_timer;