Function report |
Source Code:kernel\workqueue.c |
Create Date:2022-07-28 09:26:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:queue_work_node - queue work on a "random" cpu for a given NUMA node*@node: NUMA node that we are targeting the work for*@wq: workqueue to use*@work: work to queue* We queue the work to a "random" CPU within a given NUMA node
Proto:bool queue_work_node(int node, struct workqueue_struct *wq, struct work_struct *work)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
int | node | |
struct workqueue_struct * | wq | |
struct work_struct * | work |
1579 | bool ret = false |
1592 | local_irq_save(flags) |
1597 | __queue_work(cpu, wq, work) |
1598 | ret = true |
1601 | local_irq_restore(flags) |
1602 | Return ret |
Name | Describe |
---|---|
async_schedule_node_domain | async_schedule_node_domain - NUMA specific version of async_schedule_domain*@func: function to execute asynchronously*@data: data pointer to pass to the function*@node: NUMA node that we want to schedule this on or close to*@domain: the domain |
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 |