Lines Matching defs:gp_seq
420 void (*get_gp_data)(int *flags, unsigned long *gp_seq);
698 static void srcu_get_gp_data(int *flags, unsigned long *gp_seq)
700 srcutorture_get_gp_data(srcu_ctlp, flags, gp_seq);
2772 unsigned long __maybe_unused gp_seq = 0;
2775 cur_ops->get_gp_data(&flags, &gp_seq);
2779 rcu_torture_writer_state, gp_seq, flags,
3961 unsigned long gp_seq = 0;
4020 cur_ops->get_gp_data(&flags, &gp_seq);
4022 cur_ops->name, (long)gp_seq, flags,
4023 rcutorture_seq_diff(gp_seq, start_gp_seq));
4395 unsigned long gp_seq = 0;
4454 cur_ops->get_gp_data(&flags, &gp_seq);
4455 start_gp_seq = gp_seq;
4457 cur_ops->name, (long)gp_seq, flags);