workqueue: explain for_each_*cwq_cpu() iterators
authorTejun Heo <tj@kernel.org>
Sun, 1 Aug 2010 09:50:12 +0000 (11:50 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 1 Aug 2010 09:50:12 +0000 (11:50 +0200)
for_each_*cwq_cpu() are similar to regular CPU iterators except that
it also considers the pseudo CPU number used for unbound workqueues.
Explain them.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>

No differences found