Home
last modified time | relevance | path

Searched refs:sched_runtime (Results 1 – 8 of 8) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dutils.h56 uint64_t sched_runtime; member
H A Dutils.c436 sched_param->sched_runtime = runtime; in parse_prio()
/linux/kernel/sched/
H A Dsyscalls.c613 (attr->sched_runtime != p->se.slice))) in __sched_setscheduler()
765 attr.sched_runtime = p->se.slice; in _sched_setscheduler()
939 attr->sched_runtime = p->se.slice; in get_params()
H A Ddeadline.c3226 u64 runtime = attr->sched_runtime; in sched_dl_overflow()
3292 dl_se->dl_runtime = attr->sched_runtime; in __setparam_dl()
3305 attr->sched_runtime = dl_se->dl_runtime; in __getparam_dl()
3318 * check sched_runtime only since it is always the smaller one) and
3338 if (attr->sched_runtime < (1ULL << DL_SCALE)) in __checkparam_dl()
3355 attr->sched_deadline < attr->sched_runtime) in __checkparam_dl()
3402 if (dl_se->dl_runtime != attr->sched_runtime || in dl_param_changed()
H A Dcpufreq_schedutil.c668 .sched_runtime = NSEC_PER_MSEC, in sugov_kthread_create()
H A Dfair.c5116 if (attr->sched_runtime) { in __setparam_fair()
5118 se->slice = clamp_t(u64, attr->sched_runtime, in __setparam_fair()
/linux/kernel/trace/
H A Dtrace_selftest.c1427 .sched_runtime = 100000ULL, in trace_wakeup_test_thread()
/linux/Documentation/scheduler/
H A Dsched-deadline.rst850 __u64 sched_runtime;
886 attr.sched_runtime = 10 * 1000 * 1000;