Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\irqdesc.c Create Date:2022-07-28 10:08:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kstat_irqs_cpu - Get the statistics for an interrupt on a cpu*@irq: The interrupt number*@cpu: The cpu number* Returns the sum of interrupt counts on @cpu since boot for*@irq. The caller must ensure that the interrupt is not removed* concurrently.

Proto:unsigned int kstat_irqs_cpu(unsigned int irq, int cpu)

Type:unsigned int

Parameter:

TypeParameterName
unsigned intirq
intcpu
960  desc = Interrupt to descriptor
962  Return If desc && kstat_irqs Then per_cpu_ptr(kstat_irqs, cpu) Else 0