函数逻辑报告 |
Source Code:kernel\irq\proc.c |
Create Date:2022-07-27 11:14:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:在系统文件中注册中断进程
函数原型:void register_irq_proc(unsigned int irq, struct irq_desc *desc)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | irq | |
struct irq_desc * | desc |
341 | __maybe_unused乘irqp等于irq |
344 | 如果非Access rules:* procfs protects read/write of /proc/irq/N/ files against a* concurrent free of the interrupt descriptor或中断控制器信息恒等于无中断控制器实例则返回 |
352 | mutex_lock( & register_lock) |
354 | 如果IRQn目录(/proc/irq/n)则转到:out_unlock |
357 | 输出格式化串 |
360 | IRQn目录(/proc/irq/n)等于proc_mkdir(name, Access rules:* procfs protects read/write of /proc/irq/N/ files against a* concurrent free of the interrupt descriptor) |
361 | 如果非IRQn目录(/proc/irq/n)则转到:out_unlock |
386 | proc_create_single_data("spurious", 0444, IRQn目录(/proc/irq/n), irq_spurious_proc_show, (void * )(long)irq) |
389 | out_unlock : |
名称 | 描述 |
---|---|
init_irq_proc | |
__setup_irq | 注册中断 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |