Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__raise_softirq_irqoff

Proto:void __raise_softirq_irqoff(unsigned int nr)

Type:void

Parameter:

TypeParameterName
unsigned intnr
451  softirq_raise - called immediately when a softirq is raised*@vec_nr: softirq vector number* When used in combination with the softirq_entry tracepoint* we can determine the softirq raise to run latency.
452  or_softirq_pending(1UL << nr)
Caller
NameDescribe
irq_poll_cpu_dead
raise_softirq_irqoffThis function must run with irqs disabled!
tasklet_action_common