Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Drt.c19 unsigned int sysctl_sched_rt_period = 1000000; variable
36 .data = &sysctl_sched_rt_period,
2962 if (sysctl_sched_rt_period <= 0) in sched_rt_global_validate()
2966 ((sysctl_sched_rt_runtime > sysctl_sched_rt_period) || in sched_rt_global_validate()
2992 old_period = sysctl_sched_rt_period; in sched_rt_handler()
3015 sysctl_sched_rt_period = old_period; in sched_rt_handler()
Dsched.h119 extern unsigned int sysctl_sched_rt_period;
2044 return (u64)sysctl_sched_rt_period * NSEC_PER_USEC; in global_rt_period()