Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Ddeadline.c349 WARN_ON(!dl_se->dl_new || dl_se->dl_throttled); in setup_new_dl_entity()
424 if (dl_se->dl_throttled) in replenish_dl_entity()
425 dl_se->dl_throttled = 0; in replenish_dl_entity()
622 if (!dl_se->dl_throttled) in dl_task_timer()
748 dl_se->dl_throttled = 1; in update_curr_dl()
987 if (p->dl.dl_throttled && !(flags & ENQUEUE_REPLENISH)) in enqueue_task_dl()
Dcore.c2089 dl_se->dl_throttled = 0; in __dl_clear_params()
/linux-4.4.14/include/linux/
Dsched.h1334 int dl_throttled, dl_new, dl_boosted, dl_yielded; member