Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:We wait here for a poller to finish

Proto:bool irq_wait_for_poll(struct irq_desc *desc)

Type:bool

Parameter:

TypeParameterName
struct irq_desc *desc
38  If WARN_ONCE(irq_poll_cpu == smp_processor_id(), "irq poll in progress on cpu %d for irq %d\n", smp_processor_id(), irq) Then Return false
53  Return false
Caller
NameDescribe
irq_check_poll