diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-11-18 01:54:54 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-18 01:54:54 -0800 |
| commit | 54e5bae2edbd4d582a13c66dd5c15e96bcc41e58 (patch) | |
| tree | 536f1ffbfef8027eaa0d78b575bef153556431cb /include/linux | |
| parent | d1a64e4014108e81c92b580951fa2cb16647e213 (diff) | |
| parent | 30fc7742350f45a6b3667880de0a72c68509ccc5 (diff) | |
Merge "sched/hmp: Enhance co-location and scheduler boost features"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched/sysctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h index 6848454c5447..5d0899df64ff 100644 --- a/include/linux/sched/sysctl.h +++ b/include/linux/sched/sysctl.h @@ -53,6 +53,8 @@ extern unsigned int sysctl_sched_spill_nr_run; extern unsigned int sysctl_sched_spill_load_pct; extern unsigned int sysctl_sched_upmigrate_pct; extern unsigned int sysctl_sched_downmigrate_pct; +extern unsigned int sysctl_sched_group_upmigrate_pct; +extern unsigned int sysctl_sched_group_downmigrate_pct; extern unsigned int sysctl_early_detection_duration; extern unsigned int sysctl_sched_boost; extern unsigned int sysctl_sched_small_wakee_task_load_pct; |
