函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Test each non-SRCU synchronous grace-period wait API. This is* useful just after a change in mode for these primitives, and* during early boot.

函数原型:void rcu_test_sync_prims(void)

返回类型:void

参数:

206  如果非IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_PROVE_RCU)则返回
208  synchronize_rcu - wait until a grace period has elapsed
209  synchronize_rcu_expedited - Brute-force RCU grace period* Wait for an RCU grace period, but expedite it
调用者
名称描述
rcu_set_runtime_modeSwitch to run-time mode once RCU has fully initialized.
rcu_scheduler_startingThis function is invoked towards the end of the scheduler's* initialization process. Before this is called, the idle task might* contain synchronous grace-period primitives (during which time, this idle