git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f2b6f
)
workqueue: explain for_each_*cwq_cpu() iterators
author
Tejun Heo
<tj@kernel.org>
Sun, 1 Aug 2010 09:50:12 +0000
(11:50 +0200)
committer
Tejun 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