> > + doms = kmalloc(sizeof(cpumask_t), GFP_KERNEL);
> > + *doms = top_cpuset.cpus_allowed;
>
> We generally only excuse failure to check kmalloc return value when the
> code is called on the bootup path. But this code is called at other times.
>
> >
> > ...
> > + doms_cur
On Sat, 06 Oct 2007 02:47:47 -0700 Paul Jackson <[EMAIL PROTECTED]> wrote:
> From: Paul Jackson <[EMAIL PROTECTED]>
>
> Add a new per-cpuset flag called 'sched_load_balance'.
>
> When enabled in a cpuset (the default value) it tells the kernel
> scheduler that the scheduler should provide the no
* Paul Jackson <[EMAIL PROTECTED]> wrote:
> From: Paul Jackson <[EMAIL PROTECTED]>
>
> Add a new per-cpuset flag called 'sched_load_balance'.
[...]
> See further the Documentation and comments in the code itself.
>
> Signed-off-by: Paul Jackson <[EMAIL PROTECTED]>
Acked-by: Ingo Molnar <[EMAI
From: Paul Jackson <[EMAIL PROTECTED]>
Add a new per-cpuset flag called 'sched_load_balance'.
When enabled in a cpuset (the default value) it tells the kernel
scheduler that the scheduler should provide the normal load
balancing on the CPUs in that cpuset, sometimes moving tasks
from one CPU to a
4 matches
Mail list logo