函数逻辑报告 |
Source Code:kernel\irq\internals.h |
Create Date:2022-07-27 11:08:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kstat_incr_irqs_this_cpu
函数原型:static inline void kstat_incr_irqs_this_cpu(struct irq_desc *desc)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_desc * | desc |
259 | tot_count自加 |
名称 | 描述 |
---|---|
kstat_incr_irq_this_cpu | |
handle_bad_irq | handle_bad_irq - handle spurious and unhandled irqs*@desc: description of the interrupt* Handles spurious and unhandled IRQ's. It also prints a debugmessage. |
handle_nested_irq | handle_nested_irq - Handle a nested irq from a irq thread*@irq: the interrupt number* Handle interrupts which are nested into a threaded interrupt* handler. The handler function is called inside the calling* threads context. |
handle_simple_irq | handle_simple_irq - Simple and software-decoded IRQs.*@desc: the interrupt description structure for this irq* Simple interrupts are either sent from a demultiplexing interrupt* handler or come from hardware, where no interrupt hardware control |
handle_level_irq | handle_level_irq - Level type irq handler*@desc: the interrupt description structure for this irq* Level type interrupts are active as long as the hardware line has* the active level |
handle_fasteoi_irq | handle_fasteoi_irq - irq handler for transparent controllers*@desc: the interrupt description structure for this irq* Only a single callback will be issued to the chip: an ->eoi()* call when the interrupt has been serviced |
handle_edge_irq | handle_edge_irq - edge type IRQ handler*@desc: the interrupt description structure for this irq* Interrupt occures on the falling and/or rising edge of a hardware* signal. The occurrence is latched into the irq controller hardware |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |