commit | 8660b7d8a545227fd9ee80508aa82528ea9947d7 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Mar 13 16:48:18 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Apr 18 11:38:20 2017 -0700 |
tree | 1273afef9df0e3f06a43ef79c9ff142894a1874e | |
parent | ac367c1c621b75689f6d5cd8301d364ba2c9f292 [diff] |
srcu: Use rcu_segcblist to track SRCU callbacks This commit switches SRCU from custom-built callback queues to the new rcu_segcblist structure. This change associates grace-period sequence numbers with groups of callbacks, which will be needed for efficient processing of per-CPU callbacks. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>