函数逻辑报告 |
Source Code:kernel\irq\settings.h |
Create Date:2022-07-27 11:08:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:irq_settings_is_per_cpu_devid
函数原型:static inline bool irq_settings_is_per_cpu_devid(struct irq_desc *desc)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_desc * | desc |
51 | 返回:cpu访问掩码按位与_IRQ_PER_CPU_DEVID |
名称 | 描述 |
---|---|
__irq_get_desc_lock | |
kstat_irqs | kstat_irqs - Get the statistics for an interrupt*@irq: The interrupt number* Returns the sum of interrupt counts on all cpus since boot for*@irq. The caller must ensure that the interrupt is not removed* concurrently. |
irq_wake_thread | q_wake_thread - wake the irq thread for the action identified by dev_id*@irq: Interrupt line*@dev_id: Device identity for which the thread should be woken |
setup_irq | 注册中断 |
remove_irq | move_irq - free an interrupt*@irq: Interrupt line to free*@act: irqaction for the interrupt* Used to remove interrupts statically setup by the early boot process. |
free_irq | _irq - free an interrupt allocated with request_irq*@irq: Interrupt line to free*@dev_id: Device identity to free* Remove an interrupt handler |
free_nmi | |
request_threaded_irq | 注册中断线程 |
request_nmi | quest_nmi - allocate an interrupt line for NMI delivery*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs |
remove_percpu_irq | move_percpu_irq - free a per-cpu interrupt*@irq: Interrupt line to free*@act: irqaction for the interrupt* Used to remove interrupts statically setup by the early boot process. |
free_percpu_irq | _percpu_irq - free an interrupt allocated with request_percpu_irq*@irq: Interrupt line to free*@dev_id: Device identity to free* Remove a percpu interrupt handler. The handler is removed, but* the interrupt line is not disabled. This must be done on each |
free_percpu_nmi | |
setup_percpu_irq | setup_percpu_irq - setup a per-cpu interrupt*@irq: Interrupt line to setup*@act: irqaction for the interrupt* Used to statically setup per-cpu interrupts in the early boot process. |
__request_percpu_irq | __request_percpu_irq - allocate a percpu interrupt line*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs |
request_percpu_nmi | quest_percpu_nmi - allocate a percpu interrupt line for NMI delivery*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |