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:
151b6a5
)
workqueue: implement alloc_ordered_workqueue()
author
Tejun Heo
<tj@kernel.org>
Thu, 16 Sep 2010 08:17:35 +0000
(10:17 +0200)
committer
Tejun Heo
<tj@kernel.org>
Sun, 19 Sep 2010 15:51:05 +0000
(17:51 +0200)
alloc_ordered_workqueue() creates a workqueue which processes each
work itemp one by one in the queued order. This will be used to
replace create_freezeable_workqueue() and
create_singlethread_workqueue().
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found