函数逻辑报告 |
Source Code:kernel\irq\irqdesc.c |
Create Date:2022-07-27 11:08:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__irq_alloc_descs - allocate and initialize a range of irq descriptors*@irq: Allocate for specific irq number if irq >= 0*@from: Start the search from this irq number*@cnt: Number of consecutive irqs to allocate
函数原型:int __ref __irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node, struct module *owner, const struct irq_affinity_desc *affinity)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | irq | |
unsigned int | from | |
unsigned int | cnt | |
int | node | |
struct module * | owner | |
const struct irq_affinity_desc * | affinity |
774 | 如果irq大于等于0则 |
778 | 否则 |
784 | from等于arch_dynirq_lower_bound(from) |
787 | mutex_lock( & sparse_irq_lock) |
801 | unlock : |
803 | 返回:ret |
名称 | 描述 |
---|---|
__devm_irq_alloc_descs | __devm_irq_alloc_descs - Allocate and initialize a range of irq descriptors* for a managed device*@dev: Device to allocate the descriptors for*@irq: Allocate for specific irq number if irq >= 0*@from: Start the search from this irq number*@cnt: Number of |
irq_domain_alloc_descs |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |