summaryrefslogtreecommitdiff
path: root/include/linux/sched/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched/sysctl.h')
-rw-r--r--include/linux/sched/sysctl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h
index 0a6047acb5d2..eaf153b35cfa 100644
--- a/include/linux/sched/sysctl.h
+++ b/include/linux/sched/sysctl.h
@@ -47,7 +47,10 @@ extern unsigned int sysctl_sched_window_stats_policy;
extern unsigned int sysctl_sched_init_task_load_pct;
#endif
-extern unsigned int sysctl_sched_task_migrate_notify_pct;
+#ifdef CONFIG_SCHED_FREQ_INPUT
+extern int sysctl_sched_freq_inc_notify_slack_pct;
+extern int sysctl_sched_freq_dec_notify_slack_pct;
+#endif
#ifdef CONFIG_SCHED_HMP
extern unsigned int sysctl_sched_enable_hmp_task_placement;