函数逻辑报告 |
Source Code:kernel\irq\irqdesc.c |
Create Date:2022-07-27 11:08:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:q_free_descs - free irq descriptors*@from: Start of descriptor range*@cnt: Number of consecutive irqs to free
函数原型:void irq_free_descs(unsigned int from, unsigned int cnt)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | from | |
unsigned int | cnt |
743 | mutex_lock( & sparse_irq_lock) |
747 | bitmap_clear(allocated_irqs, from, cnt) |
名称 | 描述 |
---|---|
devm_irq_desc_release | |
irq_sim_init | q_sim_init - Initialize the interrupt simulator: allocate a range of* dummy interrupts.*@sim: The interrupt simulator object to initialize.*@num_irqs: Number of interrupts to allocate* On success: return the base of the allocated interrupt range. |
irq_sim_fini | q_sim_fini - Deinitialize the interrupt simulator: free the interrupt* descriptors and allocated memory.*@sim: The interrupt simulator to tear down. |
irq_reserve_ipi | q_reserve_ipi() - Setup an IPI to destination cpumask*@domain: IPI domain*@dest: cpumask of cpus which can receive the IPI* Allocate a virq that can be used to send IPI to any CPU in dest mask |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |