File tree Expand file tree Collapse file tree
translations/zh_CN/core-api Expand file tree Collapse file tree 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
244244time thus achieving the same ordering property as ST wq.
245245
246246In 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
248248be used to achieve system-wide ST behavior.
249249
250250
@@ -390,7 +390,7 @@ The default affinity scope can be changed with the module parameter
390390scope can be changed using ``apply_workqueue_attrs() ``.
391391
392392If ``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/ ``
394394directory.
395395
396396``affinity_scope ``
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ workqueue将自动创建与属性相匹配的后备工作者池。调节并发
202202同的排序属性。
203203
204204在目前的实现中,上述配置只保证了特定NUMA节点内的ST行为。相反,
205- ``alloc_ordered_queue () `` 应该被用来实现全系统的ST行为。
205+ ``alloc_ordered_workqueue () `` 应该被用来实现全系统的ST行为。
206206
207207
208208执行场景示例
You can’t perform that action at this time.
0 commit comments