函数逻辑报告 |
Source Code:kernel\irq\matrix.c |
Create Date:2022-07-27 11:17:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:q_alloc_matrix - Allocate a irq_matrix structure and initialize it*@matrix_bits: Number of matrix bits must be <= IRQ_MATRIX_BITS*@alloc_start: From which bit the allocation search starts*@alloc_end: At which bit the allocation search ends, i
函数原型:__init struct irq_matrix *irq_alloc_matrix(unsigned int matrix_bits, unsigned int alloc_start, unsigned int alloc_end)
返回类型:struct irq_matrix
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | matrix_bits | |
unsigned int | alloc_start | |
unsigned int | alloc_end |
55 | 如果matrix_bits大于IRQ_MATRIX_BITS则返回:NULL |
59 | 如果非m则返回:NULL |
66 | maps等于alloc_percpu( * maps) |
67 | 如果非maps则 |
68 | 释放内存 |
69 | 返回:NULL |
71 | 返回:m |
名称 | 描述 |
---|---|
arch_early_irq_init |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |