Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Let the RCU core know that this CPU has gone through the scheduler,* which is a quiescent state

Proto:void rcu_momentary_dyntick_idle(void)

Type:void

Parameter:Nothing

371  raw_cpu_write(rcu_need_heavy_qs, false)
372  special = atomic_add_return(2 * RCU_DYNTICK_CTRL_CTR, & dynticks)
375  WARN_ON_ONCE(!(special & RCU_DYNTICK_CTRL_CTR))
376  rcu_preempt_deferred_qs(current process)
Caller
NameDescribe
rcu_torture_fwd_prog_cbfreeFree all callbacks on the rcu_fwd_cb_head list, either because the* test is over or because we hit an OOM event.
rcu_torture_fwd_prog_crCarry out call_rcu() forward-progress testing.
multi_cpu_stopThis is the cpu_stop function which stops the CPU.