CallerName | Describe |
srcu_gp_start | Start an SRCU grace period. |
__call_srcu | Enqueue an SRCU callback on the srcu_data structure associated with* the current CPU and the specified srcu_struct structure, initiating* grace-period processing if it is not already running |
srcu_barrier | srcu_barrier - Wait until all in-flight call_srcu() callbacks complete.*@ssp: srcu_struct on which to wait for in-flight callbacks. |
srcu_invoke_callbacks | |
rcu_accelerate_cbs | If there is room, assign a ->gp_seq number to any callbacks on this* CPU that have not already been assigned |
rcu_accelerate_cbs_unlocked | Similar to rcu_accelerate_cbs(), but does not require that the leaf* rcu_node structure's ->lock be held |
get_state_synchronize_rcu | get_state_synchronize_rcu - Snapshot current RCU state* Returns a cookie that is used by a later call to cond_synchronize_rcu()* to determine whether or not a full grace period has elapsed in the* meantime. |
rcu_barrier | _barrier - Wait until all in-flight call_rcu() callbacks complete |