Searched refs:rgosp (Results 1 – 3 of 3) sorted by relevance
37 static inline void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_state_synchronize_rcu_full() argument39 rgosp->rgos_norm = get_state_synchronize_rcu(); in get_state_synchronize_rcu_full()44 static inline void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in start_poll_synchronize_rcu_full() argument46 rgosp->rgos_norm = start_poll_synchronize_rcu(); in start_poll_synchronize_rcu_full()51 static inline bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full() argument53 return poll_state_synchronize_rcu(rgosp->rgos_norm); in poll_state_synchronize_rcu_full()61 static inline void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_full() argument63 cond_synchronize_rcu(rgosp->rgos_norm); in cond_synchronize_rcu_full()73 rgosp->rgos_norm = start_poll_synchronize_rcu_expedited(); in start_poll_synchronize_rcu_expedited_full()81 static inline void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_expedited_full() argument[all …]
75 void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp);77 void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp);79 void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);81 void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);83 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);85 void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
47 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
Completed in 6 milliseconds