Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c425 unsigned long long (*gather_gp_seqs)(void); member
634 .gather_gp_seqs = rcutorture_gather_gp_seqs,
683 .gather_gp_seqs = rcutorture_gather_gp_seqs,
2158 if (IS_ENABLED(CONFIG_RCU_TORTURE_TEST_LOG_GP) && cur_ops->gather_gp_seqs) { in rcutorture_one_extend()
2159 rtrsp->rt_gp_seq = cur_ops->gather_gp_seqs(); in rcutorture_one_extend()
4121 cur_ops->gather_gp_seqs && cur_ops->format_gp_seqs) { in rcu_torture_cleanup()