Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irq_settings_is_nested_thread

Proto:static inline bool irq_settings_is_nested_thread(struct irq_desc *desc)

Type:bool

Parameter:

TypeParameterName
struct irq_desc *desc
153  Return status_use_accessors & _IRQ_NESTED_THREAD
Caller
NameDescribe
__setup_irqregister an interrupt
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