sched/fair: Factor out the {at,de}taching of the per entity load {to,from} the runqueue
authorByungchul Park <byungchul.park@lge.com>
Thu, 20 Aug 2015 11:21:56 +0000 (20:21 +0900)
committerIngo Molnar <mingo@kernel.org>
Sun, 13 Sep 2015 07:52:45 +0000 (09:52 +0200)
commita05e8c51ff097ff73ec2947631d9102283545f7c
tree1b875e277927ed3ead22c7f79054cf49d74668dd
parent973759c80db96ed4b4c5cb85ac7d48107f801371
sched/fair: Factor out the {at,de}taching of the per entity load {to,from} the runqueue

Currently we open-code the addition/subtraction of the per entity load
to/from the runqueue, factor this out into helper functions.

Signed-off-by: Byungchul Park <byungchul.park@lge.com>
[ Rewrote the changelog. ]
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: yuyang.du@intel.com
Link: http://lkml.kernel.org/r/1440069720-27038-2-git-send-email-byungchul.park@lge.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c
This page took 0.024295 seconds and 5 git commands to generate.