Paul E. McKenney
c2a8ec0778
srcu: Move to state-based grace-period sequencing
...
The current SRCU grace-period processing might never reach the last
portion of srcu_advance_batches(). This is OK given the current
implementation, as the first portion, up to the try_check_zero()
following the srcu_flip() is sufficient to drive grace periods forward.
However, it has the unfortunate side-effect of making it impossible to
determine when a given grace period has ended, and it will be necessary
to efficiently trace ends of grace periods in order to efficiently handle
per-CPU SRCU callback lists.
This commit therefore adds states to the SRCU grace-period processing,
so that the end of a given SRCU grace period is marked by the transition
to the SRCU_STATE_DONE state.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com >
2017-04-18 11:38:20 -07:00
..
2017-03-04 17:31:39 -08:00
2017-03-09 17:01:09 -08:00
2017-02-27 18:43:46 -08:00
2017-03-02 08:42:34 +01:00
2017-03-09 17:01:09 -08:00
2016-07-15 14:54:27 +09:00
2017-03-02 08:42:40 +01:00
2016-08-26 14:42:08 +02:00
2017-03-07 14:33:11 -08:00
2017-03-03 10:16:38 -08:00
2017-03-02 08:42:36 +01:00
2017-04-18 11:38:20 -07:00
2017-03-09 16:30:37 -08:00
2017-03-07 14:45:22 -08:00
2017-03-09 17:01:09 -08:00
2017-03-02 08:42:39 +01:00
2016-12-17 18:44:00 -08:00
2017-01-05 23:06:06 -08:00
2016-12-17 18:44:00 -08:00
2017-02-21 13:25:50 -08:00
2017-02-21 13:25:50 -08:00
2016-11-29 15:10:12 -05:00
2017-02-21 13:25:50 -08:00
2017-01-12 07:01:56 -07:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2017-03-02 08:42:35 +01:00
2017-03-02 08:42:28 +01:00
2017-03-02 08:42:39 +01:00
2017-03-09 17:01:09 -08:00
2017-02-22 10:15:09 -08:00
2017-03-03 01:43:46 +01:00
2016-07-28 16:07:41 -07:00
2016-12-24 11:46:01 -08:00
2017-03-02 08:42:28 +01:00
2016-12-24 11:46:01 -08:00
2017-03-02 08:42:34 +01:00
2017-02-27 13:26:17 -08:00
2017-02-17 13:40:05 -05:00
2016-10-25 11:31:51 +02:00
2016-12-20 09:48:47 -08:00
2017-02-22 17:33:34 -08:00
2017-03-10 20:55:09 +01:00
2017-03-10 20:55:09 +01:00
2016-08-02 19:35:27 -04:00
2017-03-02 08:42:39 +01:00
2017-02-22 10:30:38 -08:00
2017-02-24 17:46:56 -08:00
2017-03-02 08:42:35 +01:00
2017-03-02 08:42:39 +01:00
2016-12-27 14:49:05 -05:00
2017-01-23 11:32:16 -08:00
2017-02-24 17:46:53 -08:00
2017-02-22 17:08:33 -08:00
2017-02-24 17:46:56 -08:00
2016-10-25 11:08:10 +08:00
2017-03-02 08:42:34 +01:00
2017-03-02 08:42:37 +01:00
2017-03-02 08:42:35 +01:00
2017-03-02 08:42:39 +01:00
2017-03-02 08:42:35 +01:00
2017-02-27 18:43:47 -08:00
2017-03-02 08:42:36 +01:00
2017-03-02 08:42:39 +01:00
2017-03-02 08:42:26 +01:00
2017-03-02 08:42:35 +01:00
2016-10-21 15:45:47 -06:00
2017-02-08 08:21:31 +01:00
2016-11-16 10:15:09 +01:00
2016-12-22 22:58:37 -05:00
2017-03-02 08:42:39 +01:00
2016-12-14 16:04:07 -08:00
2017-03-02 08:42:28 +01:00
2016-08-02 19:35:02 -04:00
2016-11-15 10:54:36 -05:00
2017-03-02 08:42:27 +01:00
2017-03-02 08:42:35 +01:00
2017-03-02 08:42:39 +01:00
2017-03-06 15:26:37 -06:00
2017-03-02 08:42:31 +01:00
2016-09-05 13:52:39 +02:00
2017-03-02 08:42:29 +01:00
2017-03-02 08:42:29 +01:00
2017-03-03 01:45:36 +01:00
2017-03-02 08:42:38 +01:00
2017-03-02 08:42:34 +01:00
2017-03-02 08:42:34 +01:00
2017-02-10 11:15:08 +01:00