函数逻辑报告 | 
Source Code:kernel\irq\debugfs.c | 
Create Date:2022-07-27 11:16:43 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:irq_debugfs_init
函数原型:static int __init irq_debugfs_init(void)
返回类型:int
参数:无
| 261 | root_dir等于debugfs_create_dir("irq", NULL) | 
| 265 | irq_dir等于debugfs_create_dir("irqs", root_dir) | 
| 267 | irq_lock_sparse() | 
| 268 | for_each_active_irq(irq) | 
| 269 | irq_add_debugfs_entry(irq, 中断转换为描述) | 
| 270 | irq_unlock_sparse() | 
| 272 | 返回:0 | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |