Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/sched/
Dsysctl.h61 extern unsigned int sysctl_sched_rt_period;
/Linux-v5.10/kernel/sched/
Drt.c2709 if (sysctl_sched_rt_period <= 0) in sched_rt_global_validate()
2713 ((sysctl_sched_rt_runtime > sysctl_sched_rt_period) || in sched_rt_global_validate()
2735 old_period = sysctl_sched_rt_period; in sched_rt_handler()
2758 sysctl_sched_rt_period = old_period; in sched_rt_handler()
Dsched.h1682 return (u64)sysctl_sched_rt_period * NSEC_PER_USEC; in global_rt_period()
Dcore.c73 unsigned int sysctl_sched_rt_period = 1000000; variable
/Linux-v5.10/kernel/
Dsysctl.c1769 .data = &sysctl_sched_rt_period,