Searched hist:"490 dea45d00f01847ebebd007685d564aaf2cd98" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | init_task.h | diff 490dea45d00f01847ebebd007685d564aaf2cd98 Mon Nov 24 10:06:57 CST 2008 Peter Zijlstra <peterz@infradead.org> itimers: remove the per-cpu-ish-ness
Either we bounce once cacheline per cpu per tick, yielding n^2 bounces or we just bounce a single..
Also, using per-cpu allocations for the thread-groups complicates the per-cpu allocator in that its currently aimed to be a fixed sized allocator and the only possible extention to that would be vmap based, which is seriously constrained on 32 bit archs.
So making the per-cpu memory requirement depend on the number of processes is an issue.
Lastly, it didn't deal with cpu-hotplug, although admittedly that might be fixable.
Signed-off-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | sched.h | diff 490dea45d00f01847ebebd007685d564aaf2cd98 Mon Nov 24 10:06:57 CST 2008 Peter Zijlstra <peterz@infradead.org> itimers: remove the per-cpu-ish-ness
Either we bounce once cacheline per cpu per tick, yielding n^2 bounces or we just bounce a single..
Also, using per-cpu allocations for the thread-groups complicates the per-cpu allocator in that its currently aimed to be a fixed sized allocator and the only possible extention to that would be vmap based, which is seriously constrained on 32 bit archs.
So making the per-cpu memory requirement depend on the number of processes is an issue.
Lastly, it didn't deal with cpu-hotplug, although admittedly that might be fixable.
Signed-off-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/kernel/ |
H A D | fork.c | diff 490dea45d00f01847ebebd007685d564aaf2cd98 Mon Nov 24 10:06:57 CST 2008 Peter Zijlstra <peterz@infradead.org> itimers: remove the per-cpu-ish-ness
Either we bounce once cacheline per cpu per tick, yielding n^2 bounces or we just bounce a single..
Also, using per-cpu allocations for the thread-groups complicates the per-cpu allocator in that its currently aimed to be a fixed sized allocator and the only possible extention to that would be vmap based, which is seriously constrained on 32 bit archs.
So making the per-cpu memory requirement depend on the number of processes is an issue.
Lastly, it didn't deal with cpu-hotplug, although admittedly that might be fixable.
Signed-off-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|