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:ksoftirqd_running

Proto:static bool ksoftirqd_running(unsigned long pending)

Type:bool

Parameter:

TypeParameterName
unsigned longpending
87  tsk = Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(ksoftirqd)
89  If pending & If ksoftirqd is scheduled, we do not want to process pending softirqs* right now. Let ksoftirqd handle this at its own rate, to get fairness,* unless we're doing some of the synchronous softirqs. Then Return false
91  Return tsk && run state == Used in tsk->state: && Not __kthread_should_park(tsk)
Caller
NameDescribe
do_softirq
invoke_softirq