Home
last modified time | relevance | path

Searched defs:sched_dl_entity (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dsched.h1228 struct sched_dl_entity { struct
1229 struct rb_node rb_node;
1236 u64 dl_runtime; /* maximum runtime for each instance */
1237 u64 dl_deadline; /* relative deadline of each instance */
1238 u64 dl_period; /* separation of two instances (period) */
1239 u64 dl_bw; /* dl_runtime / dl_deadline */
1246 s64 runtime; /* remaining runtime for this instance */
1247 u64 deadline; /* absolute deadline for this instance */
1248 unsigned int flags; /* specifying the scheduler behaviour */
1268 int dl_throttled, dl_new, dl_boosted, dl_yielded;
[all …]