Re: [PATCH 1/3] workqueue: add wq_unbound_online_cpumask

2014-10-27 Thread Tejun Heo
On Wed, Oct 08, 2014 at 11:53:31AM +0800, Lai Jiangshan wrote: > Current wq_calc_node_cpumask() is complicated by cpumask_of_node(node) whose > value need to be revised before using and the "revising" needs @cpu_going_down > which makes more complicated. > > This patch introduces

Re: [PATCH 1/3] workqueue: add wq_unbound_online_cpumask

2014-10-27 Thread Tejun Heo
On Wed, Oct 08, 2014 at 11:53:31AM +0800, Lai Jiangshan wrote: Current wq_calc_node_cpumask() is complicated by cpumask_of_node(node) whose value need to be revised before using and the revising needs @cpu_going_down which makes more complicated. This patch introduces

[PATCH 1/3] workqueue: add wq_unbound_online_cpumask

2014-10-07 Thread Lai Jiangshan
Current wq_calc_node_cpumask() is complicated by cpumask_of_node(node) whose value need to be revised before using and the "revising" needs @cpu_going_down which makes more complicated. This patch introduces wq_unbound_online_cpumask which is updated before wq_update_unbound_numa() in the

[PATCH 1/3] workqueue: add wq_unbound_online_cpumask

2014-10-07 Thread Lai Jiangshan
Current wq_calc_node_cpumask() is complicated by cpumask_of_node(node) whose value need to be revised before using and the revising needs @cpu_going_down which makes more complicated. This patch introduces wq_unbound_online_cpumask which is updated before wq_update_unbound_numa() in the