Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Return true if an RCU grace period is in progress. The READ_ONCE()s* permit this function to be invoked without holding the root rcu_node* structure's ->lock, but of course results can be subject to change.

Proto:static int rcu_gp_in_progress(void)

Type:int

Parameter:Nothing

203  Return Return the state portion of a sequence number previously returned* by rcu_seq_snap() or rcu_seq_current().
Caller
NameDescribe
rcu_start_this_gp_start_this_gp - Request the start of a particular grace period*@rnp_start: The leaf node of the CPU from which to start
rcu_gp_initInitialize a new grace period. Return false if no grace period required.
rcu_report_qs_rspReport a full set of quiescent states to the rcu_state data structure
rcu_corePerform RCU core processing work for the current CPU.
__call_rcu_coreHandle any core-RCU processing required by a call_rcu() invocation.
rcu_pending