Function report |
Source Code:kernel\rcu\rcu.h |
Create Date:2022-07-28 10:17:32 |
Last Modify:2022-05-19 07:39:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Given a snapshot from rcu_seq_snap(), determine whether or not a* full update-side operation has occurred.
Proto:static inline bool rcu_seq_done(unsigned long *sp, unsigned long s)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | sp | |
unsigned long | s |
117 | Return ULONG_CMP_GE(READ_ONCE( * sp), s) |
Name | Describe |
---|---|
srcu_funnel_exp_start | Funnel-locking scheme to scalably mediate many concurrent expedited* grace-period requests. This function is invoked for the first known* expedited request for a grace period that has already been requested,* but without expediting |
srcu_funnel_gp_start | Funnel-locking scheme to scalably mediate many concurrent grace-period* requests |
srcu_barrier | srcu_barrier - Wait until all in-flight call_srcu() callbacks complete.*@ssp: srcu_struct on which to wait for in-flight callbacks. |
cond_synchronize_rcu | d_synchronize_rcu - Conditionally wait for an RCU grace period*@oldstate: return value from earlier call to get_state_synchronize_rcu()* If a full RCU grace period has elapsed since the earlier call to* get_state_synchronize_rcu(), just return |
rcu_barrier | _barrier - Wait until all in-flight call_rcu() callbacks complete |
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 |