Searched refs:sysctl_sched_rt_period (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/sched/
H A Drt.c19 int sysctl_sched_rt_period = 1000000; variable
36 .data = &sysctl_sched_rt_period,
50 .extra2 = (void *)&sysctl_sched_rt_period,
2938 ((sysctl_sched_rt_runtime > sysctl_sched_rt_period) ||
2964 old_period = sysctl_sched_rt_period;
2987 sysctl_sched_rt_period = old_period;
H A Dsched.h110 extern int sysctl_sched_rt_period;
2142 return (u64)sysctl_sched_rt_period * NSEC_PER_USEC;

Completed in 203 milliseconds