函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\tree.c Create Date:2022-07-27 11:26:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Check to see if there is a new grace period of which this CPU* is not yet aware, and if so, set up local rcu_data state for it.* Otherwise, see if this CPU has just passed through its first

函数原型:static void rcu_check_quiescent_state(struct rcu_data *rdp)

返回类型:void

参数:

类型参数名称
struct rcu_data *rdp
2022  note_gp_changes(rdp)
2028  如果非Core waits for quiesc state. 则返回
2035  如果norm则返回
2042  Record a quiescent state for the specified CPU to that CPU's rcu_data* structure. This must be called from the specified CPU.
调用者
名称描述
rcu_corePerform RCU core processing work for the current CPU.