Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:run_ksoftirqd

Proto:static void run_ksoftirqd(unsigned int cpu)

Type:void

Parameter:

TypeParameterName
unsigned intcpu
597  local_irq_disable()
598  If local_softirq_pending() Then
603  __do_softirq()
604  The local_irq_*() APIs are equal to the raw_local_irq*()* if !TRACE_IRQFLAGS.()
605  cond_resched()
606  Return
608  The local_irq_*() APIs are equal to the raw_local_irq*()* if !TRACE_IRQFLAGS.()