Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sched/
Dsysctl.h73 extern unsigned int sysctl_sched_rt_period;
/linux-4.4.14/kernel/sched/
Dcore.c277 unsigned int sysctl_sched_rt_period = 1000000; variable
8116 if (sysctl_sched_rt_period <= 0) in sched_rt_global_validate()
8120 (sysctl_sched_rt_runtime > sysctl_sched_rt_period)) in sched_rt_global_validate()
8141 old_period = sysctl_sched_rt_period; in sched_rt_handler()
8164 sysctl_sched_rt_period = old_period; in sched_rt_handler()
Dsched.h1014 return (u64)sysctl_sched_rt_period * NSEC_PER_USEC; in global_rt_period()
/linux-4.4.14/kernel/
Dsysctl.c397 .data = &sysctl_sched_rt_period,