Lines Matching defs:rgosp
37 static inline void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
39 rgosp->rgos_norm = get_state_synchronize_rcu();
44 static inline void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
46 rgosp->rgos_norm = start_poll_synchronize_rcu();
51 static inline bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
53 return poll_state_synchronize_rcu(rgosp->rgos_norm);
61 static inline void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
63 cond_synchronize_rcu(rgosp->rgos_norm);
71 static inline void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp)
73 rgosp->rgos_norm = start_poll_synchronize_rcu_expedited();
81 static inline void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp)
83 cond_synchronize_rcu_expedited(rgosp->rgos_norm);