Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Ddeadline.c636 if (dl_se->dl_throttled) in setup_new_dl_entity()
714 if (dl_se->dl_throttled) in replenish_dl_entity()
715 dl_se->dl_throttled = 0; in replenish_dl_entity()
975 if (!dl_se->dl_throttled) in dl_task_timer()
1088 dl_se->dl_throttled = 1; in dl_check_constrained_dl()
1209 dl_se->dl_throttled = 1; in update_curr_dl()
1473 if (!p->dl.dl_throttled && !dl_is_implicit(&p->dl)) in enqueue_task_dl()
1493 if (p->dl.dl_throttled && !(flags & ENQUEUE_REPLENISH)) { in enqueue_task_dl()
2659 dl_se->dl_throttled = 0; in __dl_clear_params()
/Linux-v4.19/include/linux/
Dsched.h548 unsigned int dl_throttled : 1; member