On Tue, 9 Jan 2007 15:39:26 +0530 Srivatsa Vaddagiri <[email protected]> wrote: > I just hope the latency of freeze_processes() is tolerable .. It'll be roughly proportional to the number of processes, I guess: if we have 100,000 processes (or threads) doing sleep(1000000) then yeah, it'll take some time to wake them all up and capture them in refrigerator(). But I suspect a suitable fix for any problems which arise there is to implement gang-offlining and onlining, rather than the present one-cpu-at-a-time. That'd be pretty simple to do: we already have sysfs interfaces which take a cpumask. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- Re: [PATCH] fix-flush_workqueue-vs-cpu_dead-race-update
- From: Srivatsa Vaddagiri <[email protected]>
- Re: [PATCH] fix-flush_workqueue-vs-cpu_dead-race-update
- From: Andrew Morton <[email protected]>
- Re: [PATCH] fix-flush_workqueue-vs-cpu_dead-race-update
- From: Srivatsa Vaddagiri <[email protected]>
- Re: [PATCH] fix-flush_workqueue-vs-cpu_dead-race-update
- From: Andrew Morton <[email protected]>
- [PATCH] flush_cpu_workqueue: don't flush an empty ->worklist
- From: Oleg Nesterov <[email protected]>
- Re: [PATCH] flush_cpu_workqueue: don't flush an empty ->worklist
- From: Andrew Morton <[email protected]>
- Re: [PATCH] flush_cpu_workqueue: don't flush an empty ->worklist
- From: Srivatsa Vaddagiri <[email protected]>
- Re: [PATCH] flush_cpu_workqueue: don't flush an empty ->worklist
- From: Andrew Morton <[email protected]>
- Re: [PATCH] flush_cpu_workqueue: don't flush an empty ->worklist
- From: Srivatsa Vaddagiri <[email protected]>
- Re: [PATCH] flush_cpu_workqueue: don't flush an empty ->worklist
- From: Andrew Morton <[email protected]>
- Re: [PATCH] flush_cpu_workqueue: don't flush an empty ->worklist
- From: Srivatsa Vaddagiri <[email protected]>
- Re: [PATCH] fix-flush_workqueue-vs-cpu_dead-race-update
- Prev by Date: Re: [PATCH 1/10] cxgb3 - main header files
- Next by Date: Re: [PATCH] ppc: cpm2_pic of_node_get cleanup
- Previous by thread: Re: [PATCH] flush_cpu_workqueue: don't flush an empty ->worklist
- Next by thread: Re: [PATCH] flush_cpu_workqueue: don't flush an empty ->worklist
- Index(es):