Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\tree.c Create Date:2022-07-28 10:26:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:invoke_rcu_core

Proto:static void invoke_rcu_core(void)

Type:void

Parameter:Nothing

2449  If Not cpu_online(smp_processor_id()) Then Return
2451  If By default, use RCU_SOFTIRQ instead of rcuc kthreads. Then raise_softirq(RCU_SOFTIRQ)
2453  Else invoke_rcu_core_kthread()
Caller
NameDescribe
rcu_do_batchInvoke any RCU callbacks that have made it to the end of their grace* period. Thottle as specified by rdp->blimit.
rcu_sched_clock_irqThis function is invoked from each scheduling-clock interrupt,* and checks to see if this CPU is in a non-context-switch quiescent* state, for example, user mode or idle loop. It also schedules RCU* core processing
__call_rcu_coreHandle any core-RCU processing required by a call_rcu() invocation.