summaryrefslogtreecommitdiff
path: root/include/linux/sched/sysctl.h
diff options
context:
space:
mode:
authorSyed Rameez Mustafa <rameezmustafa@codeaurora.org>2015-06-19 15:30:32 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:02:21 -0700
commitca42a1bec8eedc327d4986479349cdc16ff7661c (patch)
treef975563735fa2070c20179ee6319554651557fdb /include/linux/sched/sysctl.h
parent87fe20de7e7c54fd00a1acea8e84a70756bf9922 (diff)
sched: add frequency zone awareness to the load balancer
Add zone awareness to the load balancer. Remove all earlier restrictions that the load balancer had for inter cluster kicks and migration. Change-Id: I12ad3d0c2d2e9bb498f49a231810f2ad418b061f Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org> [joonwoop@codeaurora.org: fixed minor conflict in nohz_kick_needed() due to its return type change.] Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
Diffstat (limited to 'include/linux/sched/sysctl.h')
-rw-r--r--include/linux/sched/sysctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h
index 7871c224ae5c..5db0256590c6 100644
--- a/include/linux/sched/sysctl.h
+++ b/include/linux/sched/sysctl.h
@@ -66,6 +66,8 @@ extern unsigned int sysctl_sched_upmigrate_pct;
extern unsigned int sysctl_sched_downmigrate_pct;
extern int sysctl_sched_upmigrate_min_nice;
extern unsigned int sysctl_sched_powerband_limit_pct;
+extern unsigned int sysctl_sched_lowspill_freq;
+extern unsigned int sysctl_sched_pack_freq;
extern unsigned int sysctl_sched_boost;
#else /* CONFIG_SCHED_HMP */