summaryrefslogtreecommitdiff
path: root/fs/internal.h
diff options
context:
space:
mode:
authorDietmar Eggemann <dietmar.eggemann@arm.com>2019-01-22 16:25:01 +0000
committerIngo Molnar <mingo@kernel.org>2019-02-11 08:02:14 +0100
commitd0fe0b9c45c144e4ac60cf7f07f7e8ae86d3536d (patch)
treee6715bb39987a468ab5f46bf79ec4be048e40f92 /fs/internal.h
parent039ae8bcf7a5f4476f4487e6bf816885fb3fb617 (diff)
downloadlwn-d0fe0b9c45c144e4ac60cf7f07f7e8ae86d3536d.tar.gz
lwn-d0fe0b9c45c144e4ac60cf7f07f7e8ae86d3536d.zip
sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argument
Since commit: d03266910a53 ("sched/fair: Fix task group initialization") the utilization of a sched entity representing a task group is no longer initialized to any other value than 0. So post_init_entity_util_avg() is only used for tasks, not for sched_entities. Make this clear by calling it with a task_struct pointer argument which also eliminates the entity_is_task(se) if condition in the fork path and get rid of the stale comment in remove_entity_load_avg() accordingly. Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Morten Rasmussen <morten.rasmussen@arm.com> Cc: Patrick Bellasi <patrick.bellasi@arm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Quentin Perret <quentin.perret@arm.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Valentin Schneider <valentin.schneider@arm.com> Cc: Vincent Guittot <vincent.guittot@linaro.org> Link: https://lkml.kernel.org/r/20190122162501.12000-1-dietmar.eggemann@arm.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'fs/internal.h')
0 files changed, 0 insertions, 0 deletions