Re: [PATCH] sched/core: Remove wakeup_gran with single call calc_delta_fair

2015-04-07 Thread Abel Vesa
On Tue, Apr 7, 2015 at 7:55 PM, Mike Galbraith wrote: > On Tue, 2015-04-07 at 16:37 +0300, Abel Vesa wrote: >> On Tue, Apr 7, 2015 at 1:30 PM, Peter Zijlstra > > wrote: >> > On Mon, Apr 06, 2015 at 09:43:43PM +0300, Abel Vesa wrote: >> > > This patch removes function wakeup_gran and its call by ca

Re: [PATCH] sched/core: Remove wakeup_gran with single call calc_delta_fair

2015-04-07 Thread Mike Galbraith
On Tue, 2015-04-07 at 16:37 +0300, Abel Vesa wrote: > On Tue, Apr 7, 2015 at 1:30 PM, Peter Zijlstra > wrote: > > On Mon, Apr 06, 2015 at 09:43:43PM +0300, Abel Vesa wrote: > > > This patch removes function wakeup_gran and its call by calling > > > directly > > > calc_delta_fair function with sys

Re: [PATCH] sched/core: Remove wakeup_gran with single call calc_delta_fair

2015-04-07 Thread Abel Vesa
On Tue, Apr 7, 2015 at 1:30 PM, Peter Zijlstra wrote: > On Mon, Apr 06, 2015 at 09:43:43PM +0300, Abel Vesa wrote: >> This patch removes function wakeup_gran and its call by calling directly >> calc_delta_fair function with sysctl_sched_wakeup_granularity and se as >> arguments. > > But why? I w

Re: [PATCH] sched/core: Remove wakeup_gran with single call calc_delta_fair

2015-04-07 Thread Peter Zijlstra
On Mon, Apr 06, 2015 at 09:43:43PM +0300, Abel Vesa wrote: > This patch removes function wakeup_gran and its call by calling directly > calc_delta_fair function with sysctl_sched_wakeup_granularity and se as > arguments. But why? -- To unsubscribe from this list: send the line "unsubscribe linux-

[PATCH] sched/core: Remove wakeup_gran with single call calc_delta_fair

2015-04-06 Thread Abel Vesa
This patch removes function wakeup_gran and its call by calling directly calc_delta_fair function with sysctl_sched_wakeup_granularity and se as arguments. Signed-off-by: Abel Vesa --- kernel/sched/fair.c | 38 -- 1 file changed, 16 insertions(+), 22 deletion