Function report |
Source Code:kernel\workqueue.c |
Create Date:2022-07-28 09:27:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:apply_workqueue_attrs - apply new workqueue_attrs to an unbound workqueue*@wq: the target workqueue*@attrs: the workqueue_attrs to apply, allocated with alloc_workqueue_attrs()* Apply @attrs to an unbound workqueue @wq
Proto:int apply_workqueue_attrs(struct workqueue_struct *wq, const struct workqueue_attrs *attrs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct workqueue_struct * | wq | |
const struct workqueue_attrs * | attrs |
4043 | lockdep_assert_cpus_held() |
4045 | mutex_lock( & wq_pool_mutex) |
4046 | ret = apply_workqueue_attrs_locked(wq, attrs) |
4047 | mutex_unlock( & wq_pool_mutex) |
4049 | Return ret |
Name | Describe |
---|---|
alloc_and_link_pwqs | |
padata_setup_cpumasks |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |