diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched/sysctl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h index fdb75cab5243..c614b17c6069 100644 --- a/include/linux/sched/sysctl.h +++ b/include/linux/sched/sysctl.h @@ -132,6 +132,10 @@ extern unsigned int sysctl_sched_autogroup_enabled; #ifdef CONFIG_SCHEDSTATS extern unsigned int sysctl_sched_latency_panic_threshold; extern unsigned int sysctl_sched_latency_warn_threshold; + +extern int sched_max_latency_sysctl(struct ctl_table *table, int write, + void __user *buffer, size_t *lenp, + loff_t *ppos); #endif extern int sched_rr_timeslice; |
