Lines Matching full:gps

1243 		pr_info("%s: Testing conditional GPs.\n", __func__);  in rcu_torture_write_types()
1249 pr_info("%s: Testing conditional expedited GPs.\n", __func__); in rcu_torture_write_types()
1255 pr_info("%s: Testing conditional full-state GPs.\n", __func__); in rcu_torture_write_types()
1261 pr_info("%s: Testing conditional full-state expedited GPs.\n", __func__); in rcu_torture_write_types()
1268 pr_info("%s: Testing expedited GPs.\n", __func__); in rcu_torture_write_types()
1274 pr_info("%s: Testing asynchronous GPs.\n", __func__); in rcu_torture_write_types()
1281 pr_info("%s: Testing polling GPs.\n", __func__); in rcu_torture_write_types()
1288 pr_info("%s: Testing polling full-state GPs.\n", __func__); in rcu_torture_write_types()
1294 pr_info("%s: Testing polling expedited GPs.\n", __func__); in rcu_torture_write_types()
1300 pr_info("%s: Testing polling full-state expedited GPs.\n", __func__); in rcu_torture_write_types()
1307 pr_info("%s: Testing normal GPs.\n", __func__); in rcu_torture_write_types()
2581 unsigned long gps; in rcu_torture_fwd_cb_hist() local
2593 gps = rfp->n_launders_hist[j].launder_gp_seq; in rcu_torture_fwd_cb_hist()
2597 rcutorture_seq_diff(gps, gps_old)); in rcu_torture_fwd_cb_hist()
2598 gps_old = gps; in rcu_torture_fwd_cb_hist()
2680 unsigned long gps; in rcu_torture_fwd_prog_nr() local
2704 gps = cur_ops->get_gp_seq(); in rcu_torture_fwd_prog_nr()
2725 gps = rcutorture_seq_diff(cur_ops->get_gp_seq(), gps); in rcu_torture_fwd_prog_nr()
2726 WARN_ON(!cver && gps < 2); in rcu_torture_fwd_prog_nr()
2727 pr_alert("%s: %d Duration %ld cver %ld gps %ld\n", __func__, in rcu_torture_fwd_prog_nr()
2728 rfp->rcu_fwd_id, dur, cver, gps); in rcu_torture_fwd_prog_nr()
2750 unsigned long gps; in rcu_torture_fwd_prog_cr() local
2781 gps = cur_ops->get_gp_seq(); in rcu_torture_fwd_prog_cr()
2782 rfp->rcu_launder_gp_seq_start = gps; in rcu_torture_fwd_prog_cr()
2823 gps = rcutorture_seq_diff(cur_ops->get_gp_seq(), gps); in rcu_torture_fwd_prog_cr()
2831 …u pending %ld n_launders: %ld n_launders_sa: %ld n_max_gps: %ld n_max_cbs: %ld cver %ld gps %ld\n", in rcu_torture_fwd_prog_cr()
2836 n_max_gps, n_max_cbs, cver, gps); in rcu_torture_fwd_prog_cr()
3384 pr_alert("%s: End-test grace-period state: g%ld f%#x total-gps=%ld\n", in rcu_torture_cleanup()