We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8400291 commit 44732f1Copy full SHA for 44732f1
Documentation/core-api/workqueue.rst
@@ -260,7 +260,7 @@ Some users depend on strict execution ordering where only one work item
260
is in flight at any given time and the work items are processed in
261
queueing order. While the combination of ``@max_active`` of 1 and
262
``WQ_UNBOUND`` used to achieve this behavior, this is no longer the
263
-case. Use ``alloc_ordered_queue()`` instead.
+case. Use alloc_ordered_workqueue() instead.
264
265
266
Example Execution Scenarios
0 commit comments