Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A Dsysctl.h45 extern int sysctl_sched_rt_runtime;
/linux/kernel/sched/
A Drt.c2903 if ((sysctl_sched_rt_runtime != RUNTIME_INF) && in sched_rt_global_validate()
2904 ((sysctl_sched_rt_runtime > sysctl_sched_rt_period) || in sched_rt_global_validate()
2905 ((u64)sysctl_sched_rt_runtime * in sched_rt_global_validate()
2927 old_runtime = sysctl_sched_rt_runtime; in sched_rt_handler()
2950 sysctl_sched_rt_runtime = old_runtime; in sched_rt_handler()
A Dsched.h277 return sysctl_sched_rt_runtime >= 0; in dl_bandwidth_enabled()
632 return sysctl_sched_rt_runtime >= 0; in rt_bandwidth_enabled()
1996 if (sysctl_sched_rt_runtime < 0) in global_rt_runtime()
1999 return (u64)sysctl_sched_rt_runtime * NSEC_PER_USEC; in global_rt_runtime()
A Dcore.c375 int sysctl_sched_rt_runtime = 950000; variable
/linux/kernel/rcu/
A Drcutorture.c908 old_rt_runtime = sysctl_sched_rt_runtime; in rcu_torture_disable_rt_throttle()
909 sysctl_sched_rt_runtime = -1; in rcu_torture_disable_rt_throttle()
917 sysctl_sched_rt_runtime = old_rt_runtime; in rcu_torture_enable_rt_throttle()
/linux/kernel/
A Dsysctl.c1823 .data = &sysctl_sched_rt_runtime,
/linux/
A DSystem.map130726 ffff800011de11a0 D sysctl_sched_rt_runtime
A D.tmp_System.map130726 ffff800011de11a0 D sysctl_sched_rt_runtime

Completed in 384 milliseconds