Home
last modified time | relevance | path

Searched refs:dl_runtime (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
A Ddeadline.c422 if (dl_se->dl_runtime == 0) in task_non_contending()
432 dl_se->dl_runtime); in task_non_contending()
483 if (dl_se->dl_runtime == 0) in task_contending()
778 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_new_period()
990 (pi_of(dl_se)->dl_runtime >> DL_SCALE); in dl_entity_overflow()
1212 if (!dl_se->dl_runtime) in dl_server_timer()
1623 if (dl_se->dl_runtime) in dl_server_update()
1647 if (!dl_se->dl_runtime) in dl_server_start()
1657 if (!dl_se->dl_runtime) in dl_server_stop()
1720 dl_se->dl_runtime = runtime; in dl_server_apply_params()
[all …]
A Ddebug.c359 runtime = rq->fair_server.dl_runtime; in sched_fair_server_write()
410 value = rq->fair_server.dl_runtime; in sched_fair_server_show()
/linux/include/linux/
A Dsched.h616 u64 dl_runtime; /* Maximum runtime for each instance */ member
/linux/Documentation/scheduler/
A Dsched-deadline.rst175 dl_runtime
177 where runtime is the remaining runtime, while dl_runtime and dl_period

Completed in 797 milliseconds