Searched refs:sysctl_sched_rt_runtime (Results 1 – 6 of 6) sorted by relevance
57 extern int sysctl_sched_rt_runtime;
275 return sysctl_sched_rt_runtime >= 0; in dl_bandwidth_enabled()573 return sysctl_sched_rt_runtime >= 0; in rt_bandwidth_enabled()1413 if (sysctl_sched_rt_runtime < 0) in global_rt_runtime()1416 return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC; in global_rt_runtime()
2644 if ((sysctl_sched_rt_runtime != RUNTIME_INF) && in sched_rt_global_validate()2645 (sysctl_sched_rt_runtime > sysctl_sched_rt_period)) in sched_rt_global_validate()2667 old_runtime = sysctl_sched_rt_runtime; in sched_rt_handler()2690 sysctl_sched_rt_runtime = old_runtime; in sched_rt_handler()
61 int sysctl_sched_rt_runtime = 950000; variable
789 old_rt_runtime = sysctl_sched_rt_runtime; in rcu_torture_disable_rt_throttle()790 sysctl_sched_rt_runtime = -1; in rcu_torture_disable_rt_throttle()798 sysctl_sched_rt_runtime = old_rt_runtime; in rcu_torture_enable_rt_throttle()
436 .data = &sysctl_sched_rt_runtime,