diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-19 17:04:54 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-19 17:04:54 -0800 |
commit | e26b0777dc92ab47d16b0134e57cd1c9e1083a9a (patch) | |
tree | 6896cfb7a25310fb4f871b86d74f939d9727c3d4 /include/linux/sched/sysctl.h | |
parent | af833ae6a86db02de5cd1347779470485f80f5ce (diff) | |
parent | 0dee0d1411e4ba837089a769a5bcce57a5a14df2 (diff) |
Merge "sched: Avoid waking idle cpu for short-burst tasks"
Diffstat (limited to 'include/linux/sched/sysctl.h')
-rw-r--r-- | include/linux/sched/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h index 24306f567407..a1bf22116cce 100644 --- a/include/linux/sched/sysctl.h +++ b/include/linux/sched/sysctl.h @@ -72,6 +72,7 @@ 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; +extern unsigned int sysctl_sched_short_burst; #else /* CONFIG_SCHED_HMP */ |