Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sched/
Dsysctl.h85 extern unsigned int sysctl_sched_rt_period;
/linux-4.1.27/kernel/sched/
Dcore.c299 unsigned int sysctl_sched_rt_period = 1000000; variable
7881 if (sysctl_sched_rt_period <= 0) in sched_rt_global_validate()
7885 (sysctl_sched_rt_runtime > sysctl_sched_rt_period)) in sched_rt_global_validate()
7906 old_period = sysctl_sched_rt_period; in sched_rt_handler()
7929 sysctl_sched_rt_period = old_period; in sched_rt_handler()
Dsched.h1007 return (u64)sysctl_sched_rt_period * NSEC_PER_USEC; in global_rt_period()
/linux-4.1.27/kernel/
Dsysctl.c405 .data = &sysctl_sched_rt_period,