Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\softirq.c Create Date:2022-07-28 09:04:18
Last Modify:2022-05-22 11:04:38 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Special-case - softirqs can safely be enabled by __do_softirq(),* without processing still-pending softirqs:

Proto:void _local_bh_enable(void)

Type:void

Parameter:Nothing

161  WARN_ON_ONCE(Are we doing bottom half or hardware interrupt processing?* in_irq() - We're in (hard) IRQ context* in_softirq() - We have BH disabled, or are processing softirqs* in_interrupt() - We're in NMI,IRQ,SoftIRQ context or have BH disabled* in_serving_softirq() ())
162  This one is for softirq.c-internal use,* where hardirqs are disabled legitimately:
Caller
NameDescribe
irq_enterEnter an interrupt context.