函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\chip.c Create Date:2022-07-27 11:11:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:handle_percpu_devid_irq - Per CPU local irq handler with per cpu dev ids*@desc: the interrupt description structure for this irq* Per CPU interrupts on SMP machines without locking requirements

函数原型:void handle_percpu_devid_irq(struct irq_desc *desc)

返回类型:void

参数:

类型参数名称
struct irq_desc *desc
925  chip等于irq_desc_get_chip(desc)
926  action等于中断服务例程链表
927  irq等于irq_desc_get_irq(desc)
934  __kstat_incr_irqs_this_cpu(desc)
936  如果中断应答中断应答( & irq_data)
939  如果此条件成立可能性大(为编译器优化)(action)则
940  q_handler_entry - called immediately before the irq action handler*@irq: irq number*@action: pointer to struct irqaction* The struct irqaction pointed to by @action contains various* information about the handler, including the device name,
941  res等于中断处理函数(irq, raw_cpu_ptr(percpu_dev_id))
942  q_handler_exit - called immediately after the irq action handler returns*@irq: irq number*@action: pointer to struct irqaction*@ret: return value* If the @ret value is set to IRQ_HANDLED, then we know that the corresponding
943  否则
944  cpu等于当前cpu ID()
945  enabled等于测试CPU信息
947  如果enabledirq_percpu_disable(desc, cpu)
950  pr_err_once("Spurious%s percpu IRQ%u on CPU%u\n", enabled ? " and unmasked" : "", irq, cpu)
954  如果中断结束中断结束( & irq_data)