函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:线程是嵌套中断类型

函数原型:static inline bool irq_settings_is_nested_thread(struct irq_desc *desc)

返回类型:bool

参数:

类型参数名称
struct irq_desc *desc
153  返回:cpu访问掩码按位与_IRQ_NESTED_THREAD
调用者
名称描述
__setup_irq注册中断
request_any_context_irqquest_any_context_irq - allocate an interrupt line*@irq: Interrupt line to allocate*@handler: Function to be called when the IRQ occurs
try_one_irqRecovery handler for misrouted interrupts.
suspend_device_irqssuspend_device_irqs - disable all currently enabled interrupt lines* During system-wide suspend or hibernation device drivers need to be* prevented from receiving interrupts and this function is provided* for this purpose
resume_irqs