Function report |
Source Code:kernel\irq\debugfs.c |
Create Date:2022-07-28 10:16:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_debugfs_init
Proto:static int __init irq_debugfs_init(void)
Type:int
Parameter:Nothing
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) |
270 | irq_unlock_sparse() |
272 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |