Re: [RFC PATCH 12/16 v3] Bias select wakee than waker in WAKE_AFFINE

2014-06-03 Thread Peter Zijlstra
On Fri, May 30, 2014 at 02:36:08PM +0800, Yuyang Du wrote: > In WAKE_AFFINE, we do not simply select idle, but bias wakee than waker > if the cc of the wakee and waker (in this order) is capable of handling > the wakee task > > Signed-off-by: Yuyang Du > --- > kernel/sched/fair.c | 13

[RFC PATCH 12/16 v3] Bias select wakee than waker in WAKE_AFFINE

2014-05-30 Thread Yuyang Du
In WAKE_AFFINE, we do not simply select idle, but bias wakee than waker if the cc of the wakee and waker (in this order) is capable of handling the wakee task Signed-off-by: Yuyang Du --- kernel/sched/fair.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/kern