Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/translations/zh_CN/core-api/
Dworkqueue.rst115 ``apply_workqueue_attrs()`` 为非绑定工作队列分配自定义属性,
/Linux-v6.6/include/linux/
Dworkqueue.h484 int apply_workqueue_attrs(struct workqueue_struct *wq,
/Linux-v6.6/Documentation/core-api/
Dworkqueue.rst134 ``apply_workqueue_attrs()`` and workqueue will automatically create
390 scope can be changed using ``apply_workqueue_attrs()``.
575 the workqueues using ``apply_workqueue_attrs()`` and/or enable
/Linux-v6.6/kernel/
Dpadata.c435 err = apply_workqueue_attrs(pinst->parallel_wq, attrs); in padata_setup_cpumasks()
Dworkqueue.c4472 int apply_workqueue_attrs(struct workqueue_struct *wq, in apply_workqueue_attrs() function
4593 ret = apply_workqueue_attrs(wq, ordered_wq_attrs[highpri]); in alloc_and_link_pwqs()
4599 ret = apply_workqueue_attrs(wq, unbound_std_wq_attrs[highpri]); in alloc_and_link_pwqs()