函数逻辑报告 |
Source Code:kernel\irq\matrix.c |
Create Date:2022-07-27 11:17:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Find the best CPU which has the lowest number of managed IRQs allocated
函数原型:static unsigned int matrix_find_best_cpu_managed(struct irq_matrix *m, const struct cpumask *msk)
返回类型:unsigned int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_matrix * | m | |
const struct cpumask * | msk |
159 | cm等于per_cpu_ptr(maps, cpu) |
161 | 如果非online或managed_allocated大于allocated则继续下一循环 |
167 | 返回:best_cpu |
名称 | 描述 |
---|---|
irq_matrix_alloc_managed | q_matrix_alloc_managed - Allocate a managed interrupt in a CPU map*@m: Matrix pointer*@cpu: On which CPU the interrupt should be allocated |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |