Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
unsigned int | irq | |
int | cpu |
960 | desc = Interrupt to descriptor |
962 | Return If desc && kstat_irqs Then per_cpu_ptr(kstat_irqs, cpu) Else 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |