Function report |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-28 10:26:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:synchronize_rcu - wait until a grace period has elapsed
Proto:void synchronize_rcu(void)
Type:void
Parameter:Nothing
2760 | RCU_LOCKDEP_WARN(lock_is_held( & rcu_bh_lock_map) || lock_is_held( & rcu_lock_map) || lock_is_held( & rcu_sched_lock_map), "Illegal synchronize_rcu() in RCU read-side critical section") |
2764 | If During early boot, any blocking grace-period wait automatically* implies a grace period Then Return |
Name | Describe |
---|---|
rcu_test_sync_prims | 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. |
rcu_sync_enter | _sync_enter() - Force readers onto slowpath*@rsp: Pointer to rcu_sync structure to use for synchronization* This function is used by updaters who need readers to make use of* a slowpath during the update |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |