Home
last modified time | relevance | path

Searched refs:apply_workqueue_attrs (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dworkqueue.rst122 ``apply_workqueue_attrs()`` 为非绑定工作队列分配自定义属性,
347 修改,特定工作队列的亲和性作用域可以通过 ``apply_workqueue_attrs()``
518 大量CPU的工作队列,建议通过 ``apply_workqueue_attrs()``
/linux/Documentation/core-api/
H A Dworkqueue.rst142 ``apply_workqueue_attrs()`` and workqueue will automatically create
422 scope can be changed using ``apply_workqueue_attrs()``.
607 the workqueues using ``apply_workqueue_attrs()`` and/or enable
/linux/kernel/
H A Dworkqueue.c5601 int apply_workqueue_attrs(struct workqueue_struct *wq, in apply_workqueue_attrs() function