Function report |
Source Code:kernel\workqueue.c |
Create Date:2022-07-28 09:27:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alize newly alloced @pwq which is associated with @wq and @pool
Proto:static void init_pwq(struct pool_workqueue *pwq, struct workqueue_struct *wq, struct worker_pool *pool)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct pool_workqueue * | pwq | |
struct workqueue_struct * | wq | |
struct worker_pool * | pool |
3733 | BUG_ON((unsignedlong)pwq & WORK_STRUCT_FLAG_MASK) |
3737 | I: the associated pool = pool |
3738 | I: the owning workqueue = wq |
3739 | L: flushing color = -1 |
3740 | L: reference count = 1 |
Name | Describe |
---|---|
alloc_unbound_pwq | btain a pool matching @attr and create a pwq associating the pool and @wq |
alloc_and_link_pwqs |
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 |