Searched refs:dl_throttled (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/sched/
H A Ddeadline.c694 if (p->dl.dl_non_contending || p->dl.dl_throttled) {
802 if (dl_se->dl_throttled)
875 if (dl_se->dl_throttled)
876 dl_se->dl_throttled = 0;
1119 * do nothing but clearing dl_throttled, so that runtime and deadline
1137 if (dl_se->dl_throttled) {
1176 if (!dl_se->dl_throttled)
1274 dl_se->dl_throttled = 1;
1361 dl_se->dl_throttled = 1;
1717 if (!dl_se->dl_throttled
[all...]
/linux-master/include/linux/
H A Dsched.h624 * @dl_throttled tells if we exhausted the runtime. If so, the
641 unsigned int dl_throttled : 1; member in struct:sched_dl_entity

Completed in 93 milliseconds