函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__kstat_incr_irqs_this_cpu

函数原型:static inline void __kstat_incr_irqs_this_cpu(struct irq_desc *desc)

返回类型:void

参数:

类型参数名称
struct irq_desc *desc
252  __this_cpu_inc( * cpu中断统计)
253  __this_cpu_inc(irqs_sum)
调用者
名称描述
handle_fasteoi_nmihandle_fasteoi_nmi - irq handler for NMI interrupt lines*@desc: the interrupt description structure for this irq* A simple NMI-safe handler, considering the restrictions* from request_nmi.* Only a single callback will be issued to the chip: an ->eoi()
handle_percpu_irqhandle_percpu_irq - Per CPU local irq handler*@desc: the interrupt description structure for this irq* Per CPU interrupts on SMP machines without locking requirements
handle_percpu_devid_irqhandle_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
handle_percpu_devid_fasteoi_nmihandle_percpu_devid_fasteoi_nmi - Per CPU local NMI handler with per cpu* dev ids*@desc: the interrupt description structure for this irq* Similar to handle_fasteoi_nmi, but handling the dev_id cookie* as a percpu pointer.
kstat_incr_irqs_this_cpu