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

/linux-master/kernel/sched/
H A Ddeadline.c693 if (p->dl.dl_non_contending || p->dl.dl_throttled) {
801 if (dl_se->dl_throttled)
874 if (dl_se->dl_throttled)
875 dl_se->dl_throttled = 0;
1118 * do nothing but clearing dl_throttled, so that runtime and deadline
1136 if (dl_se->dl_throttled) {
1175 if (!dl_se->dl_throttled)
1273 dl_se->dl_throttled = 1;
1360 dl_se->dl_throttled = 1;
1716 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 244 milliseconds