Home
last modified time | relevance | path

Searched refs:rgosp (Results 1 – 3 of 3) sorted by relevance

/include/linux/
A Drcutiny.h37 static inline void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_state_synchronize_rcu_full() argument
39 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() argument
46 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() argument
53 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() argument
63 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 …]
A Drcutree.h75 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);
A Drcupdate.h47 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);

Completed in 6 milliseconds