Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H 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 …]
H 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);
H A Drcupdate.h47 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
/linux-6.15/kernel/rcu/
H A Dtiny.c192 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_completed_synchronize_rcu_full() argument
194 rgosp->rgos_norm = RCU_GET_STATE_COMPLETED; in get_completed_synchronize_rcu_full()
H A Dtree.c3349 rgosp->rgos_norm = RCU_GET_STATE_COMPLETED; in get_completed_synchronize_rcu_full()
3350 rgosp->rgos_exp = RCU_GET_STATE_COMPLETED; in get_completed_synchronize_rcu_full()
3388 void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_state_synchronize_rcu_full() argument
3400 rgosp->rgos_norm = rcu_seq_snap(&rcu_state.gp_seq); in get_state_synchronize_rcu_full()
3401 rgosp->rgos_exp = rcu_seq_snap(&rcu_state.expedited_sequence); in get_state_synchronize_rcu_full()
3463 get_state_synchronize_rcu_full(rgosp); in start_poll_synchronize_rcu_full()
3551 if (rgosp->rgos_norm == RCU_GET_STATE_COMPLETED || in poll_state_synchronize_rcu_full()
3552 rcu_seq_done_exact(&rnp->gp_seq, rgosp->rgos_norm) || in poll_state_synchronize_rcu_full()
3553 rgosp->rgos_exp == RCU_GET_STATE_COMPLETED || in poll_state_synchronize_rcu_full()
3607 void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_full() argument
[all …]
H A Dtree_exp.h1096 void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in start_poll_synchronize_rcu_expedited_full() argument
1098 get_state_synchronize_rcu_full(rgosp); in start_poll_synchronize_rcu_expedited_full()
1150 void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_expedited_full() argument
1152 if (!poll_state_synchronize_rcu_full(rgosp)) in cond_synchronize_rcu_expedited_full()
H A Drcutorture.c384 void (*start_gp_poll_exp_full)(struct rcu_gp_oldstate *rgosp);
387 void (*cond_sync_exp_full)(struct rcu_gp_oldstate *rgosp);
389 void (*get_comp_state_full)(struct rcu_gp_oldstate *rgosp);
393 void (*get_gp_state_full)(struct rcu_gp_oldstate *rgosp);
395 void (*start_gp_poll_full)(struct rcu_gp_oldstate *rgosp);
397 bool (*poll_gp_state_full)(struct rcu_gp_oldstate *rgosp);
400 void (*cond_sync_full)(struct rcu_gp_oldstate *rgosp);