Searched refs:sched_runtime (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/kernel/trace/
H A Dtrace_selftest.c1043 .sched_runtime = 100000ULL, trace_wakeup_test_thread()
/linux-4.1.27/kernel/sched/
H A Dcore.c2036 u64 runtime = attr->sched_runtime; dl_overflow()
3250 dl_se->dl_runtime = attr->sched_runtime; __setparam_dl()
3337 attr->sched_runtime = dl_se->dl_runtime; __getparam_dl()
3349 * check sched_runtime only since it is always the smaller one) and
3364 if (attr->sched_runtime < (1ULL << DL_SCALE)) __checkparam_dl()
3378 attr->sched_deadline < attr->sched_runtime) __checkparam_dl()
3405 if (dl_se->dl_runtime != attr->sched_runtime || dl_param_changed()
/linux-4.1.27/include/linux/
H A Dsched.h99 * @sched_runtime representative of the task's runtime
123 u64 sched_runtime; member in struct:sched_attr

Completed in 120 milliseconds