Searched hist:"476 d139c218e44e045e4bc6d4cc02b010b343939" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/ |
H A D | fork.c | diff 476d139c218e44e045e4bc6d4cc02b010b343939 Sat Jun 25 16:57:29 CDT 2005 Nick Piggin <nickpiggin@yahoo.com.au> [PATCH] sched: consolidate sbe sbf
Consolidate balance-on-exec with balance-on-fork. This is made easy by the sched-domains RCU patches.
As well as the general goodness of code reduction, this allows the runqueues to be unlocked during balance-on-fork.
schedstats is a problem. Maybe just have balance-on-event instead of distinguishing fork and exec?
Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/openbmc/linux/include/linux/ |
H A D | sched.h | diff 476d139c218e44e045e4bc6d4cc02b010b343939 Sat Jun 25 16:57:29 CDT 2005 Nick Piggin <nickpiggin@yahoo.com.au> [PATCH] sched: consolidate sbe sbf
Consolidate balance-on-exec with balance-on-fork. This is made easy by the sched-domains RCU patches.
As well as the general goodness of code reduction, this allows the runqueues to be unlocked during balance-on-fork.
schedstats is a problem. Maybe just have balance-on-event instead of distinguishing fork and exec?
Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|