Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c410 if (dl_se->dl_runtime == 0) in task_non_contending()
420 dl_se->dl_runtime); in task_non_contending()
471 if (dl_se->dl_runtime == 0) in task_contending()
726 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_new_period()
800 WARN_ON_ONCE(pi_of(dl_se)->dl_runtime <= 0); in replenish_dl_entity()
815 dl_se->runtime = pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
829 dl_se->runtime += pi_of(dl_se)->dl_runtime; in replenish_dl_entity()
906 * runtime / (deadline - t) > dl_runtime / dl_deadline ,
924 * multiplications are absolute: dl_deadline and dl_runtime in dl_entity_overflow()
938 (pi_of(dl_se)->dl_runtime >> DL_SCAL in dl_entity_overflow()
[all...]
H A Ddebug.c353 old_runtime = runtime = dl_se->dl_runtime; in sched_server_write_common()
404 value = dl_se->dl_runtime; in sched_server_show_common()
/linux/include/linux/
H A Dsched.h652 u64 dl_runtime; /* Maximum runtime for each instance */ member