函数逻辑报告 | 
Source Code:kernel\workqueue.c | 
Create Date:2022-07-27 10:26:42 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称: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
函数原型:bool queue_work_node(int node, struct workqueue_struct *wq, struct work_struct *work)
返回类型:bool
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| 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 | 返回:ret | 
| 名称 | 描述 | 
|---|---|
| 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 | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |