summaryrefslogtreecommitdiff
path: root/include/linux/sched/sysctl.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-12-20 23:45:19 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-20 23:45:19 -0800
commitdba91385de4b65fe8c69e557ba409b7c823dc46c (patch)
tree1bc5b0e8e51b15aa8df134fc7487b11052d2659e /include/linux/sched/sysctl.h
parent7d4b9fcecb56e0465101fe14f8154914f11c166d (diff)
parentf3e2e2863a2a7eaca13d6051cb36ca28f100a754 (diff)
Merge "sched: Avoid packing tasks with low sleep time"
Diffstat (limited to 'include/linux/sched/sysctl.h')
-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 a1bf22116cce..0538de6dfb6f 100644
--- a/include/linux/sched/sysctl.h
+++ b/include/linux/sched/sysctl.h
@@ -73,6 +73,7 @@ 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;
extern unsigned int sysctl_sched_short_burst;
+extern unsigned int sysctl_sched_short_sleep;
#else /* CONFIG_SCHED_HMP */