Searched refs:sysctl_sched_rt_period (Results 1 – 3 of 3) sorted by relevance
806 unsigned int sysctl_sched_rt_period = 1000000; variable818 return (u64)sysctl_sched_rt_period * NSEC_PER_USEC; in global_rt_period()8937 if (sysctl_sched_rt_period <= 0) in sched_rt_global_constraints()8973 if (sysctl_sched_rt_period <= 0) in sched_rt_global_constraints()9006 old_period = sysctl_sched_rt_period; in sched_rt_handler()9014 sysctl_sched_rt_period = old_period; in sched_rt_handler()
358 .data = &sysctl_sched_rt_period,
1952 extern unsigned int sysctl_sched_rt_period;