Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Ddeadline.c626 if (p->dl.dl_non_contending || p->dl.dl_throttled) { in dl_task_offline_migration()
733 if (dl_se->dl_throttled) in setup_new_dl_entity()
810 if (dl_se->dl_throttled) in replenish_dl_entity()
811 dl_se->dl_throttled = 0; in replenish_dl_entity()
1069 if (!dl_se->dl_throttled) in dl_task_timer()
1182 dl_se->dl_throttled = 1; in dl_check_constrained_dl()
1305 dl_se->dl_throttled = 1; in update_curr_dl()
1624 if (p->dl.dl_throttled) { in enqueue_task_dl()
1631 p->dl.dl_throttled = 0; in enqueue_task_dl()
1643 p->dl.dl_throttled = 0; in enqueue_task_dl()
[all …]
/linux/include/linux/
A Dsched.h630 unsigned int dl_throttled : 1; member

Completed in 20 milliseconds