summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPavankumar Kondeti <pkondeti@codeaurora.org>2015-10-21 16:04:46 +0530
committerSyed Rameez Mustafa <rameezmustafa@codeaurora.org>2016-08-22 14:06:35 -0700
commit5ddfbfec063cd077dd55df47f8acf5df95a87477 (patch)
tree7c7c8b16354731ca7b49289ea2bf3ecb5ca12dde /include/linux
parent51e9d516fa1da9b9221e28349923a6c1d641e8a4 (diff)
sched: inherit the group id from the group leader
When sysctl_sched_enable_thread_grouping is set to 1, any new tasks created are put in the same group as their group leader. Change-Id: If1837dd7c8120c8b097cfffa1dc52eb4781f1641 Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
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 c60075de415b..68a9bdde6604 100644
--- a/include/linux/sched/sysctl.h
+++ b/include/linux/sched/sysctl.h
@@ -62,6 +62,7 @@ extern unsigned int sysctl_sched_restrict_cluster_spill;
extern unsigned int sysctl_sched_new_task_windows;
extern unsigned int sysctl_sched_pred_alert_freq;
extern unsigned int sysctl_sched_freq_aggregate;
+extern unsigned int sysctl_sched_enable_thread_grouping;
#else /* CONFIG_SCHED_HMP */