summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-03 10:34:58 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-03 10:34:58 -0700
commita6e4924acb6cec26aae85375e294f237afd9f5ae (patch)
treeec7a955d04785e9e3679036cdb760f6ad2fc1efb /include/linux
parent5a313c5e7435d5688f5cfce7971cd0c0b7e61f99 (diff)
parentf1e9995fe4f21c491e71716e3bc4027fd14954e8 (diff)
Merge "sched: add a knob to prefer the waker CPU for sync wakeups"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched/sysctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h
index 1f9c2c734b20..861f715a673d 100644
--- a/include/linux/sched/sysctl.h
+++ b/include/linux/sched/sysctl.h
@@ -64,6 +64,7 @@ extern unsigned int sysctl_sched_pred_alert_freq;
extern unsigned int sysctl_sched_freq_aggregate;
extern unsigned int sysctl_sched_enable_thread_grouping;
extern unsigned int sysctl_sched_freq_aggregate_threshold_pct;
+extern unsigned int sysctl_sched_prefer_sync_wakee_to_waker;
#else /* CONFIG_SCHED_HMP */