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

/linux-4.1.27/kernel/sched/
H A Ddeadline.c327 WARN_ON(!dl_se->dl_new || dl_se->dl_throttled); setup_new_dl_entity()
402 if (dl_se->dl_throttled) replenish_dl_entity()
403 dl_se->dl_throttled = 0; replenish_dl_entity()
550 * do nothing but clearing dl_throttled, so that runtime and deadline
579 dl_se->dl_boosted || !dl_se->dl_throttled) dl_task_timer()
688 dl_se->dl_throttled = 1; update_curr_dl()
927 if (p->dl.dl_throttled && !(flags & ENQUEUE_REPLENISH)) enqueue_task_dl()
H A Dcore.c1785 dl_se->dl_throttled = 0; __dl_clear_params()
3050 p->dl.dl_throttled = 0; rt_mutex_setprio()
/linux-4.1.27/include/linux/
H A Dsched.h1253 * @dl_throttled tells if we exhausted the runtime. If so, the
1268 int dl_throttled, dl_new, dl_boosted, dl_yielded; member in struct:sched_dl_entity

Completed in 193 milliseconds