diff options
author | Paul Turner <[email protected]> | 2012-10-04 13:18:30 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2012-10-24 10:27:21 +0200 |
commit | 2dac754e10a5d41d94d2d2365c0345d4f215a266 (patch) | |
tree | 4016ab214b5b51b2be5c40ab2fdc9832c8aca870 /fs/jbd2/commit.c | |
parent | 18bf2805d9b30cb823d4919b42cd230f59c7ce1f (diff) |
sched: Aggregate load contributed by task entities on parenting cfs_rq
For a given task t, we can compute its contribution to load as:
task_load(t) = runnable_avg(t) * weight(t)
On a parenting cfs_rq we can then aggregate:
runnable_load(cfs_rq) = \Sum task_load(t), for all runnable children t
Maintain this bottom up, with task entities adding their contributed load to
the parenting cfs_rq sum. When a task entity's load changes we add the same
delta to the maintained sum.
Signed-off-by: Paul Turner <[email protected]>
Reviewed-by: Ben Segall <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions