Searched refs:sysctl_sched_rt_period (Results 1 – 4 of 4) sorted by relevance
2911 if (sysctl_sched_rt_period <= 0) in sched_rt_global_validate()2915 ((sysctl_sched_rt_runtime > sysctl_sched_rt_period) || in sched_rt_global_validate()2941 old_period = sysctl_sched_rt_period; in sched_rt_handler()2964 sysctl_sched_rt_period = old_period; in sched_rt_handler()
2061 return (u64)sysctl_sched_rt_period * NSEC_PER_USEC; in global_rt_period()
98 unsigned int sysctl_sched_rt_period = 1000000; variable
1820 .data = &sysctl_sched_rt_period,