Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irq_wait_for_interrupt

Proto:static int irq_wait_for_interrupt(struct irqaction *action)

Type:int

Parameter:

TypeParameterName
struct irqaction *action
849  cycle
850  set_current_state(TASK_INTERRUPTIBLE)
860  Return -1
866  Return 0
868  schedule()
Caller
NameDescribe
irq_threadInterrupt handler thread