Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irq_wake_secondary

Proto:static void irq_wake_secondary(struct irq_desc *desc, struct irqaction *action)

Type:void

Parameter:

TypeParameterName
struct irq_desc *desc
struct irqaction *action
1047  secondary = secondary
1049  If WARN_ON_ONCE(!secondary) Then Return
1052  raw_spin_lock_irq( & lock)
1053  __irq_wake_thread(desc, secondary)
1054  raw_spin_unlock_irq( & lock)
Caller
NameDescribe
irq_threadInterrupt handler thread