mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-03 11:11:10 +00:00
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>