Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Drcutorture.c1093 static int old_rt_runtime = -1; variable
1103 if (!IS_BUILTIN(CONFIG_RCU_TORTURE_TEST) || old_rt_runtime != -1) in rcu_torture_disable_rt_throttle()
1106 old_rt_runtime = sysctl_sched_rt_runtime; in rcu_torture_disable_rt_throttle()
1112 if (!IS_BUILTIN(CONFIG_RCU_TORTURE_TEST) || old_rt_runtime == -1) in rcu_torture_enable_rt_throttle()
1115 sysctl_sched_rt_runtime = old_rt_runtime; in rcu_torture_enable_rt_throttle()
1116 old_rt_runtime = -1; in rcu_torture_enable_rt_throttle()