函数逻辑报告 |
Source Code:kernel\workqueue.c |
Create Date:2022-07-27 10:28:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:wq_numa_init
函数原型:static void __init wq_numa_init(void)
返回类型:void
参数:无
5852 | 如果num_possible_nodes()小于等于1则返回 |
5855 | 如果possible CPUs of each node 则 |
5856 | 打印信息("workqueue: NUMA affinity support disabled\n") |
5857 | 返回 |
5871 | for_each_node(node) |
5872 | BUG_ON(!zalloc_cpumask_var_node( & tbl[node], GFP_KERNEL, NUMA节点状态(node) ? node : NUMA_NO_NODE)) |
5885 | wq_numa_possible_cpumask等于tbl |
5886 | unbound NUMA affinity enabled = true |
名称 | 描述 |
---|---|
workqueue_init | workqueue_init - bring workqueue subsystem fully online* This is the latter half of two-staged workqueue subsystem initialization* and invoked as soon as kthreads can be created and scheduled |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |