Home
last modified time | relevance | path

Searched refs:sysctl_sched_rt_period (Results 1 – 4 of 4) sorted by relevance

/kernel/sched/
Drt.c2911 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()
Dsched.h2061 return (u64)sysctl_sched_rt_period * NSEC_PER_USEC; in global_rt_period()
Dcore.c98 unsigned int sysctl_sched_rt_period = 1000000; variable
/kernel/
Dsysctl.c1820 .data = &sysctl_sched_rt_period,