Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Return the root node of the rcu_state structure.

Proto:static struct rcu_node *rcu_get_root(void)

Type:struct rcu_node

Parameter:Nothing

528  Return Hierarchy. [0]
Caller
NameDescribe
rcu_gp_initInitialize a new grace period. Return false if no grace period required.
rcu_gp_fqs_check_wakeHelper function for swait_event_idle_exclusive() wakeup at force-quiescent-state* time.
rcu_gp_fqsDo one round of quiescent-state forcing.
rcu_gp_fqs_loopLoop doing repeated quiescent-state forcing until the grace period ends.
rcu_gp_cleanupClean up after the old grace period.
rcu_report_qs_rspReport a full set of quiescent states to the rcu_state data structure
rcutree_prepare_cpuInvoked early in the CPU-online process, when pretty much all services* are available. The incoming CPU is not present.* Initializes a CPU's per-CPU RCU data. Note that only one online or* offline event can be happening at a given time
rcu_spawn_gp_kthreadSpawn the kthreads that handle RCU's grace periods.