commit | 291783b8ad77a83a6fdf91d55eee7f1ad72ed4d1 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jan 12 13:43:30 2016 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Mar 31 13:37:37 2016 -0700 |
tree | 04eee578b9ade217e1870a0f28acdd11cee4ff23 | |
parent | 9efafb8849f732a3497f46f178b350c9ff7cfe27 [diff] |
rcutorture: Expedited-GP batch progress access to torturing This commit provides rcu_exp_batches_completed() and rcu_exp_batches_completed_sched() functions to allow torture-test modules to check how many expedited grace period batches have completed. These are analogous to the existing rcu_batches_completed(), rcu_batches_completed_bh(), and rcu_batches_completed_sched() functions. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>