Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irq_set_nested_thread

Proto:static inline void irq_set_nested_thread(unsigned int irq, bool nest)

Type:void

Parameter:

TypeParameterName
unsigned intirq
boolnest
750  If nest Then irq_set_status_flags(irq, IRQ_NESTED_THREAD)
752  Else irq_clear_status_flags(irq, IRQ_NESTED_THREAD)