Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irqd_has_set

Proto:static inline bool irqd_has_set(struct irq_data *d, unsigned int mask)

Type:bool

Parameter:

TypeParameterName
struct irq_data *d
unsigned intmask
235  Return __irqd_to_state(d) & mask
Caller
NameDescribe
irq_may_run