Searched refs:sysctl_sched_rt_runtime (Results 1 – 4 of 4) sorted by relevance
24 int sysctl_sched_rt_runtime = 1000000; variable44 .data = &sysctl_sched_rt_runtime,2853 if ((sysctl_sched_rt_runtime != RUNTIME_INF) && in sched_rt_global_validate()2854 ((sysctl_sched_rt_runtime > sysctl_sched_rt_period) || in sched_rt_global_validate()2855 ((u64)sysctl_sched_rt_runtime * in sched_rt_global_validate()2879 old_runtime = sysctl_sched_rt_runtime; in sched_rt_handler()2897 sysctl_sched_rt_runtime = old_runtime; in sched_rt_handler()
113 extern int sysctl_sched_rt_runtime;327 return sysctl_sched_rt_runtime >= 0; in dl_bandwidth_enabled()855 return sysctl_sched_rt_runtime >= 0; in rt_bandwidth_enabled()2478 if (sysctl_sched_rt_runtime < 0) in global_rt_runtime()2481 return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC; in global_rt_runtime()
72 extern int sysctl_sched_rt_runtime;
1311 old_rt_runtime = sysctl_sched_rt_runtime; in rcu_torture_disable_rt_throttle()1312 sysctl_sched_rt_runtime = -1; in rcu_torture_disable_rt_throttle()1320 sysctl_sched_rt_runtime = old_rt_runtime; in rcu_torture_enable_rt_throttle()