File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
translations/zh_CN/core-api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ unbound worker-pools and only one work item could be active at any given
244
244
time thus achieving the same ordering property as ST wq.
245
245
246
246
In the current implementation the above configuration only guarantees
247
- ST behavior within a given NUMA node. Instead ``alloc_ordered_queue () `` should
247
+ ST behavior within a given NUMA node. Instead ``alloc_ordered_workqueue () `` should
248
248
be used to achieve system-wide ST behavior.
249
249
250
250
@@ -390,7 +390,7 @@ The default affinity scope can be changed with the module parameter
390
390
scope can be changed using ``apply_workqueue_attrs() ``.
391
391
392
392
If ``WQ_SYSFS `` is set, the workqueue will have the following affinity scope
393
- related interface files under its ``/sys/devices/virtual/WQ_NAME/ ``
393
+ related interface files under its ``/sys/devices/virtual/workqueue/ WQ_NAME/ ``
394
394
directory.
395
395
396
396
``affinity_scope ``
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ workqueue将自动创建与属性相匹配的后备工作者池。调节并发
202
202
同的排序属性。
203
203
204
204
在目前的实现中,上述配置只保证了特定NUMA节点内的ST行为。相反,
205
- ``alloc_ordered_queue () `` 应该被用来实现全系统的ST行为。
205
+ ``alloc_ordered_workqueue () `` 应该被用来实现全系统的ST行为。
206
206
207
207
208
208
执行场景示例
You can’t perform that action at this time.
0 commit comments