Lines Matching full:gps

1310 		pr_info("%s: Testing conditional GPs.\n", __func__);  in rcu_torture_write_types()
1316 pr_info("%s: Testing conditional expedited GPs.\n", __func__); in rcu_torture_write_types()
1322 pr_info("%s: Testing conditional full-state GPs.\n", __func__); in rcu_torture_write_types()
1328 pr_info("%s: Testing conditional full-state expedited GPs.\n", __func__); in rcu_torture_write_types()
1335 pr_info("%s: Testing expedited GPs.\n", __func__); in rcu_torture_write_types()
1341 pr_info("%s: Testing asynchronous GPs.\n", __func__); in rcu_torture_write_types()
1348 pr_info("%s: Testing polling GPs.\n", __func__); in rcu_torture_write_types()
1355 pr_info("%s: Testing polling full-state GPs.\n", __func__); in rcu_torture_write_types()
1361 pr_info("%s: Testing polling expedited GPs.\n", __func__); in rcu_torture_write_types()
1367 pr_info("%s: Testing polling full-state expedited GPs.\n", __func__); in rcu_torture_write_types()
1374 pr_info("%s: Testing normal GPs.\n", __func__); in rcu_torture_write_types()
2776 unsigned long gps; in rcu_torture_fwd_cb_hist() local
2788 gps = rfp->n_launders_hist[j].launder_gp_seq; in rcu_torture_fwd_cb_hist()
2792 rcutorture_seq_diff(gps, gps_old)); in rcu_torture_fwd_cb_hist()
2793 gps_old = gps; in rcu_torture_fwd_cb_hist()
2875 unsigned long gps; in rcu_torture_fwd_prog_nr() local
2899 gps = cur_ops->get_gp_seq(); in rcu_torture_fwd_prog_nr()
2920 gps = rcutorture_seq_diff(cur_ops->get_gp_seq(), gps); in rcu_torture_fwd_prog_nr()
2921 WARN_ON(!cver && gps < 2); in rcu_torture_fwd_prog_nr()
2922 pr_alert("%s: %d Duration %ld cver %ld gps %ld\n", __func__, in rcu_torture_fwd_prog_nr()
2923 rfp->rcu_fwd_id, dur, cver, gps); in rcu_torture_fwd_prog_nr()
2945 unsigned long gps; in rcu_torture_fwd_prog_cr() local
2976 gps = cur_ops->get_gp_seq(); in rcu_torture_fwd_prog_cr()
2977 rfp->rcu_launder_gp_seq_start = gps; in rcu_torture_fwd_prog_cr()
3018 gps = rcutorture_seq_diff(cur_ops->get_gp_seq(), gps); in rcu_torture_fwd_prog_cr()
3027 …ld n_launders: %ld n_launders_sa: %ld n_max_gps: %ld n_max_cbs: %ld cver %ld gps %ld #online %u\n", in rcu_torture_fwd_prog_cr()
3032 n_max_gps, n_max_cbs, cver, gps, num_online_cpus()); in rcu_torture_fwd_prog_cr()
3609 pr_alert("%s: End-test grace-period state: g%ld f%#x total-gps=%ld\n", in rcu_torture_cleanup()