Searched refs:sched_period (Results 1 – 5 of 5) sorted by relevance
72 __u64 sched_period; member
2519 u64 period = attr->sched_period ?: attr->sched_deadline; in sched_dl_overflow()2584 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; in __setparam_dl()2597 attr->sched_period = dl_se->dl_period; in __getparam_dl()2633 attr->sched_period & (1ULL << 63)) in __checkparam_dl()2637 if ((attr->sched_period != 0 && in __checkparam_dl()2638 attr->sched_period < attr->sched_deadline) || in __checkparam_dl()2671 dl_se->dl_period != attr->sched_period || in dl_param_changed()
639 .sched_period = 10000000, in sugov_kthread_create()
1047 .sched_period = 10000000ULL in trace_wakeup_test_thread()
804 __u64 sched_period;839 attr.sched_period = attr.sched_deadline = 30 * 1000 * 1000;