提交 9a19b463 编写于 作者: W Wang Long 提交者: Tejun Heo

workqueue: Fix comment for unbound workqueue's attrbutes

Signed-off-by: NWang Long <wanglong19@meituan.com>
Signed-off-by: NTejun Heo <tj@kernel.org>
上级 edbfd911
...@@ -5013,9 +5013,10 @@ int workqueue_set_unbound_cpumask(cpumask_var_t cpumask) ...@@ -5013,9 +5013,10 @@ int workqueue_set_unbound_cpumask(cpumask_var_t cpumask)
* *
* Unbound workqueues have the following extra attributes. * Unbound workqueues have the following extra attributes.
* *
* id RO int : the associated pool ID * pool_ids RO int : the associated pool IDs for each node
* nice RW int : nice value of the workers * nice RW int : nice value of the workers
* cpumask RW mask : bitmask of allowed CPUs for the workers * cpumask RW mask : bitmask of allowed CPUs for the workers
* numa RW bool : whether enable NUMA affinity
*/ */
struct wq_device { struct wq_device {
struct workqueue_struct *wq; struct workqueue_struct *wq;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册