Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.h78 void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp);
80 void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp);
82 void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
84 void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
86 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
88 void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
A Drcupdate.h48 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
/linux-6.3-rc2/kernel/rcu/
A Dtiny.c205 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_completed_synchronize_rcu_full() argument
207 rgosp->rgos_norm = RCU_GET_STATE_COMPLETED; in get_completed_synchronize_rcu_full()
A Dtree_exp.h1090 void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in start_poll_synchronize_rcu_expedited_full() argument
1092 get_state_synchronize_rcu_full(rgosp); in start_poll_synchronize_rcu_expedited_full()
1144 void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_expedited_full() argument
1146 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_expedited_full()
A Dtree.c3521 rgosp->rgos_norm = RCU_GET_STATE_COMPLETED; in get_completed_synchronize_rcu_full()
3522 rgosp->rgos_exp = RCU_GET_STATE_COMPLETED; in get_completed_synchronize_rcu_full()
3560 void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_state_synchronize_rcu_full() argument
3569 rgosp->rgos_norm = rcu_seq_snap(&rnp->gp_seq); in get_state_synchronize_rcu_full()
3570 rgosp->rgos_exp = rcu_seq_snap(&rcu_state.expedited_sequence); in get_state_synchronize_rcu_full()
3639 get_state_synchronize_rcu_full(rgosp); in start_poll_synchronize_rcu_full()
3727 if (rgosp->rgos_norm == RCU_GET_STATE_COMPLETED || in poll_state_synchronize_rcu_full()
3728 rcu_seq_done_exact(&rnp->gp_seq, rgosp->rgos_norm) || in poll_state_synchronize_rcu_full()
3729 rgosp->rgos_exp == RCU_GET_STATE_COMPLETED || in poll_state_synchronize_rcu_full()
3783 void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_full() argument
[all …]
A Drcutorture.c356 void (*start_gp_poll_exp_full)(struct rcu_gp_oldstate *rgosp);
359 void (*cond_sync_exp_full)(struct rcu_gp_oldstate *rgosp);
361 void (*get_comp_state_full)(struct rcu_gp_oldstate *rgosp);
365 void (*get_gp_state_full)(struct rcu_gp_oldstate *rgosp);
367 void (*get_gp_completed_full)(struct rcu_gp_oldstate *rgosp);
369 void (*start_gp_poll_full)(struct rcu_gp_oldstate *rgosp);
371 bool (*poll_gp_state_full)(struct rcu_gp_oldstate *rgosp);
374 void (*cond_sync_full)(struct rcu_gp_oldstate *rgosp);

Completed in 42 milliseconds