Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Ddeadline.c785 dl_se->dl_throttled = 1; in replenish_dl_new_period()
815 if (dl_se->dl_throttled) in setup_new_dl_entity()
900 if (dl_se->dl_throttled) in replenish_dl_entity()
901 dl_se->dl_throttled = 0; in replenish_dl_entity()
927 dl_se->dl_throttled = 1; in replenish_dl_entity()
1297 if (!dl_se->dl_throttled) in dl_task_timer()
1395 dl_se->dl_throttled = 1; in dl_check_constrained_dl()
1526 dl_se->dl_throttled = 1; in update_curr_dl_se()
1663 dl_se->dl_throttled = 0; in dl_server_stop()
2065 dl_se->dl_throttled = 0; in enqueue_dl_entity()
[all …]
/linux/include/linux/
A Dsched.h662 unsigned int dl_throttled : 1; member

Completed in 22 milliseconds