Searched refs:sysctl_sched_rt_period (Results 1 - 2 of 2) sorted by last modified time

/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,
2937 ((sysctl_sched_rt_runtime > sysctl_sched_rt_period) ||
2963 old_period = sysctl_sched_rt_period;
2986 sysctl_sched_rt_period = old_period;
H A Dsched.h110 extern int sysctl_sched_rt_period;
2143 return (u64)sysctl_sched_rt_period * NSEC_PER_USEC;

Completed in 207 milliseconds