commit | 81dcaf6516d8bbd75b894862c8ae7bba04380cfe | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Sep 16 10:17:35 2010 +0200 |
committer | Tejun Heo <tj@kernel.org> | Sun Sep 19 17:51:05 2010 +0200 |
tree | 57545ae02e78513cb75d4e9472772ebb2e4408f2 | |
parent | 151b6a5f1d4c547c92ec67a5a6fedc16f435956e [diff] |
workqueue: implement alloc_ordered_workqueue() 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>