函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Move and classify callbacks, but only if doing so won't require* that the RCU grace-period kthread be awakened.

函数原型:static void __maybe_unused rcu_advance_cbs_nowake(struct rcu_node *rnp, struct rcu_data *rdp)

返回类型:void

参数:

类型参数名称
struct rcu_node *rnp
struct rcu_data *rdp
1376  rcu_lockdep_assert_cblist_protected(rdp)
1377  如果非Return the state portion of a sequence number previously returned* by rcu_seq_snap() or rcu_seq_current().或非raw_spin_trylock_rcu_node(rnp)则返回
1380  WARN_ON_ONCE(Move any callbacks whose grace period has completed to the* RCU_DONE_TAIL sublist, then compact the remaining sublists and* assign ->gp_seq numbers to any callbacks in the RCU_NEXT_TAIL* sublist. This function is idempotent, so it does not hurt to)
1381  raw_spin_unlock_rcu_node(rnp)