Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Ddeadline.c801 if (dl_se->dl_throttled) in setup_new_dl_entity()
874 if (dl_se->dl_throttled) in replenish_dl_entity()
875 dl_se->dl_throttled = 0; in replenish_dl_entity()
1132 if (!dl_se->dl_throttled) in dl_task_timer()
1245 dl_se->dl_throttled = 1; in dl_check_constrained_dl()
1358 dl_se->dl_throttled = 1; in update_curr_dl()
1676 if (p->dl.dl_throttled) { in enqueue_task_dl()
1683 p->dl.dl_throttled = 0; in enqueue_task_dl()
1695 p->dl.dl_throttled = 0; in enqueue_task_dl()
2716 return p->dl.dl_throttled; in task_is_throttled_dl()
[all …]
/openbmc/linux/include/linux/
H A Dsched.h650 unsigned int dl_throttled : 1; member