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

/linux-4.1.27/kernel/sched/
H A Dcore.c2035 u64 period = attr->sched_period ?: attr->sched_deadline; dl_overflow()
3252 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; __setparam_dl()
3339 attr->sched_period = dl_se->dl_period; __getparam_dl()
3351 * sched_period, as the latter can be zero).
3372 attr->sched_period & (1ULL << 63)) __checkparam_dl()
3376 if ((attr->sched_period != 0 && __checkparam_dl()
3377 attr->sched_period < attr->sched_deadline) || __checkparam_dl()
3407 dl_se->dl_period != attr->sched_period || dl_param_changed()
/linux-4.1.27/kernel/trace/
H A Dtrace_selftest.c1045 .sched_period = 10000000ULL trace_wakeup_test_thread()
/linux-4.1.27/include/linux/
H A Dsched.h100 * @sched_period representative of the task's period
125 u64 sched_period; member in struct:sched_attr

Completed in 110 milliseconds