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.c429 unsigned long long (*gather_gp_seqs)(void); member
641 .gather_gp_seqs = rcutorture_gather_gp_seqs,
691 .gather_gp_seqs = rcutorture_gather_gp_seqs,
2268 if (IS_ENABLED(CONFIG_RCU_TORTURE_TEST_LOG_GP) && cur_ops->gather_gp_seqs) { in rcutorture_one_extend()
2269 rtrsp->rt_gp_seq = cur_ops->gather_gp_seqs(); in rcutorture_one_extend()
2462 cur_ops->gather_gp_seqs && cur_ops->format_gp_seqs) { in rcu_torture_dump_read_segs()