Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Ddeadline.c805 dl_se->dl_throttled = 1; in replenish_dl_new_period()
835 if (dl_se->dl_throttled) in setup_new_dl_entity()
920 if (dl_se->dl_throttled) in replenish_dl_entity()
921 dl_se->dl_throttled = 0; in replenish_dl_entity()
947 dl_se->dl_throttled = 1; in replenish_dl_entity()
1317 if (!dl_se->dl_throttled) in dl_task_timer()
1414 dl_se->dl_throttled = 1; in dl_check_constrained_dl()
1545 dl_se->dl_throttled = 1; in update_curr_dl_se()
1683 dl_se->dl_throttled = 0; in dl_server_stop()
2086 dl_se->dl_throttled = 0; in enqueue_dl_entity()
[all …]
/linux-6.15/include/linux/
H A Dsched.h696 unsigned int dl_throttled : 1; member