Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcutree.h63 static inline bool same_state_synchronize_rcu_full(struct rcu_gp_seq *rgosp1, in same_state_synchronize_rcu_full() argument
66 return rgosp1->norm == rgosp2->norm && rgosp1->exp == rgosp2->exp; in same_state_synchronize_rcu_full()
H A Drcutiny.h25 static inline bool same_state_synchronize_rcu_full(struct rcu_gp_seq *rgosp1, in same_state_synchronize_rcu_full() argument
28 return rgosp1->norm == rgosp2->norm; in same_state_synchronize_rcu_full()
/linux/kernel/rcu/
H A Drcutorture.c406 bool (*same_gp_state_full)(struct rcu_gp_seq *rgosp1, struct rcu_gp_seq *rgosp2);