Searched refs:sysctl_sched_rt_runtime (Results 1 – 4 of 4) sorted by relevance
25 int sysctl_sched_rt_runtime = 950000; variable45 .data = &sysctl_sched_rt_runtime,2987 if ((sysctl_sched_rt_runtime != RUNTIME_INF) && in sched_rt_global_validate()2988 ((sysctl_sched_rt_runtime > sysctl_sched_rt_period) || in sched_rt_global_validate()2989 ((u64)sysctl_sched_rt_runtime * in sched_rt_global_validate()3015 old_runtime = sysctl_sched_rt_runtime; in sched_rt_handler()3038 sysctl_sched_rt_runtime = old_runtime; in sched_rt_handler()
122 extern int sysctl_sched_rt_runtime;291 return sysctl_sched_rt_runtime >= 0; in dl_bandwidth_enabled()656 return sysctl_sched_rt_runtime >= 0; in rt_bandwidth_enabled()2126 if (sysctl_sched_rt_runtime < 0) in global_rt_runtime()2129 return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC; in global_rt_runtime()
63 extern int sysctl_sched_rt_runtime;
1019 old_rt_runtime = sysctl_sched_rt_runtime; in rcu_torture_disable_rt_throttle()1020 sysctl_sched_rt_runtime = -1; in rcu_torture_disable_rt_throttle()1028 sysctl_sched_rt_runtime = old_rt_runtime; in rcu_torture_enable_rt_throttle()