Home
last modified time | relevance | path

Searched refs:sysctl_sched_rt_runtime (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/kernel/sched/
H A Drt.c21 int sysctl_sched_rt_runtime = 950000; variable
41 .data = &sysctl_sched_rt_runtime,
2890 if ((sysctl_sched_rt_runtime != RUNTIME_INF) && in sched_rt_global_validate()
2891 ((sysctl_sched_rt_runtime > sysctl_sched_rt_period) || in sched_rt_global_validate()
2892 ((u64)sysctl_sched_rt_runtime * in sched_rt_global_validate()
2913 old_runtime = sysctl_sched_rt_runtime; in sched_rt_handler()
2936 sysctl_sched_rt_runtime = old_runtime; in sched_rt_handler()
H A Dsched.h109 extern int sysctl_sched_rt_runtime;
323 return sysctl_sched_rt_runtime >= 0; in dl_bandwidth_enabled()
786 return sysctl_sched_rt_runtime >= 0; in rt_bandwidth_enabled()
2230 if (sysctl_sched_rt_runtime < 0) in global_rt_runtime()
2233 return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC; in global_rt_runtime()
/linux-6.15/kernel/rcu/
H A Drcu.h60 extern int sysctl_sched_rt_runtime;
H A Drcutorture.c1106 old_rt_runtime = sysctl_sched_rt_runtime; in rcu_torture_disable_rt_throttle()
1107 sysctl_sched_rt_runtime = -1; in rcu_torture_disable_rt_throttle()
1115 sysctl_sched_rt_runtime = old_rt_runtime; in rcu_torture_enable_rt_throttle()