Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree.c3384 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_completed_synchronize_rcu_full() argument
3386 rgosp->rgos_norm = RCU_GET_STATE_COMPLETED; in get_completed_synchronize_rcu_full()
3387 rgosp->rgos_exp = RCU_GET_STATE_COMPLETED; in get_completed_synchronize_rcu_full()
3425 void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_state_synchronize_rcu_full() argument
3437 rgosp->rgos_norm = rcu_seq_snap(&rcu_state.gp_seq); in get_state_synchronize_rcu_full()
3438 rgosp->rgos_exp = rcu_seq_snap(&rcu_state.expedited_sequence); in get_state_synchronize_rcu_full()
3498 void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in start_poll_synchronize_rcu_full() argument
3500 get_state_synchronize_rcu_full(rgosp); in start_poll_synchronize_rcu_full()
3583 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full() argument
3588 if (rgosp->rgos_norm == RCU_GET_STATE_COMPLETED || in poll_state_synchronize_rcu_full()
[all …]
H A Drcutorture.c395 void (*start_gp_poll_exp_full)(struct rcu_gp_oldstate *rgosp);
398 void (*cond_sync_exp_full)(struct rcu_gp_oldstate *rgosp);
400 void (*get_comp_state_full)(struct rcu_gp_oldstate *rgosp);
404 void (*get_gp_state_full)(struct rcu_gp_oldstate *rgosp);
406 void (*start_gp_poll_full)(struct rcu_gp_oldstate *rgosp);
408 bool (*poll_gp_state_full)(struct rcu_gp_oldstate *rgosp);
411 void (*cond_sync_full)(struct rcu_gp_oldstate *rgosp);
/linux/include/linux/
H A Drcupdate.h47 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);