函数逻辑报告 |
Source Code:kernel\irq\manage.c |
Create Date:2022-07-27 11:09:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:synchronize_hardirq - wait for pending hard IRQ handlers (on other CPUs)*@irq: interrupt number to wait for* This function waits for any pending hard IRQ handlers for this* interrupt to complete before returning
函数原型:bool synchronize_hardirq(unsigned int irq)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | irq |
102 | 如果desc则 |
103 | __synchronize_hardirq(desc, false) |
104 | 返回:非atomic_read( & threads_active) |
107 | 返回:true |
名称 | 描述 |
---|---|
disable_hardirq | disable_hardirq - disables an irq and waits for hardirq completion*@irq: Interrupt to disable* Disable the selected interrupt line. Enables and Disables are* nested.* This function waits for any pending hard IRQ handlers for this |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |