Function report |
Source Code:kernel\workqueue.c |
Create Date:2022-07-28 09:26:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alloc_worker
Proto:static struct worker *alloc_worker(int node)
Type:struct worker
Parameter:
Type | Parameter | Name |
---|---|---|
int | node |
1816 | If worker Then |
1821 | X: flags = WORKER_PREP |
1823 | Return worker |
Name | Describe |
---|---|
create_worker | reate_worker - create a new workqueue worker*@pool: pool the new worker will belong to* Create and start a new worker which is attached to @pool.* CONTEXT:* Might sleep. Does GFP_KERNEL allocations.* Return:* Pointer to the newly created worker. |
init_rescuer | Workqueues which may be used during memory reclaim should have a rescuer* to guarantee forward progress. |
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 |