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-07 14:30:38 +01:00
2017-02-20 12:16:11 +01:00
2017-02-23 08:46:04 -08:00
2017-03-06 10:30:57 +00:00
2017-02-13 17:02:50 -05:00
2017-02-27 19:59:21 -08:00
2017-03-01 09:50:58 -08:00
2017-02-23 11:27:49 -08:00
2017-02-22 10:15:09 -08:00
2017-02-27 18:43:46 -08:00
2017-02-27 19:59:21 -08:00
2017-02-19 18:10:42 -05:00
2017-03-09 17:01:09 -08:00
2017-03-03 01:45:41 +01:00
2017-02-23 15:57:04 -08:00
2017-02-27 18:43:46 -08:00
2017-03-02 08:42:32 +01:00
2017-02-20 17:55:15 -08:00
2017-02-16 10:08:41 +05:30
2017-02-21 13:25:50 -08:00
2017-03-02 08:32:46 +01:00
2017-03-03 01:45:23 +01:00
2017-02-15 11:22:05 -08:00
2017-02-27 20:54:05 +02:00
2017-03-02 08:56:04 -07:00
2017-03-08 10:55:17 -07:00
2017-02-17 13:40:05 -05:00
2017-02-24 17:46:56 -08:00
2017-02-14 08:29:56 -07:00
2017-03-02 08:42:25 +01:00
2017-02-24 17:46:55 -08:00
2017-02-27 18:43:45 -08:00
2017-03-01 20:32:25 +01:00
2017-02-27 23:09:29 -08:00
2017-03-02 08:42:40 +01:00
2017-03-02 13:53:13 -08:00
2017-02-20 10:06:32 -08:00
2017-03-02 08:42:38 +01:00
2017-03-02 08:42:31 +01:00
2017-02-24 17:46:54 -08:00
2017-03-02 08:42:24 +01:00
2017-02-23 20:33:51 -08:00
2017-03-03 01:45:28 +01:00
2017-02-25 13:45:43 -08:00
2017-02-24 17:46:55 -08:00
2017-02-25 13:45:43 -08:00
2017-03-02 08:42:38 +01:00
2017-03-02 08:42:36 +01:00
2017-02-27 10:07:47 -08:00
2017-03-03 01:45:28 +01:00
2017-02-21 17:56:45 -08:00
2017-03-01 20:32:25 +01:00
2017-03-09 17:01:09 -08:00
2017-02-20 13:51:07 +01:00
2017-02-23 20:33:51 -08:00
2017-03-08 10:55:17 -07:00
2017-02-24 17:46:55 -08:00
2017-03-03 01:45:40 +01:00
2017-02-24 17:46:54 -08:00
2017-03-09 11:48:47 -08:00
2017-02-14 10:20:35 -08:00
2017-03-02 08:42:32 +01:00
2017-02-13 21:44:03 -05:00
2017-03-03 01:43:47 +01:00
2017-02-24 17:46:54 -08:00
2017-02-24 17:46:56 -08:00
2017-02-20 10:52:23 -08:00
2017-03-06 14:40:04 +00:00
2017-03-07 09:37:28 -08:00
2017-03-09 11:48:47 -08:00
2017-02-27 18:43:47 -08:00
2017-02-24 17:46:57 -08:00
2017-03-02 10:09:00 +11:00
2017-03-02 08:42:28 +01:00
2017-02-27 18:43:45 -08:00
2017-03-02 08:42:28 +01:00
2017-03-01 17:03:21 +01:00
2017-02-21 17:21:32 -08:00
2017-03-01 00:49:42 -08:00
2017-03-02 12:17:22 -08:00
2017-02-24 17:46:57 -08:00
2017-02-24 17:46:54 -08:00
2017-02-22 16:41:27 -08:00
2017-02-24 17:46:56 -08:00
2017-02-24 17:46:55 -08:00
2017-02-23 09:54:19 -08:00
2017-02-24 17:46:54 -08:00
2017-03-03 01:45:25 +01:00
2017-03-03 01:43:48 +01:00
2017-03-09 11:48:47 -08:00
2017-02-24 17:46:54 -08:00
2017-02-24 17:46:54 -08:00
2017-02-22 17:08:33 -08:00
2017-02-23 11:53:22 -08:00
2017-02-20 13:23:30 -08:00
2017-03-01 09:50:58 -08:00
2017-03-02 20:51:15 -05:00
2017-03-03 01:43:38 +01:00
2017-02-22 13:34:00 -07:00
2017-02-22 13:34:00 -07:00
2017-02-22 19:23:14 -08:00
2017-02-15 08:53:32 -06:00
2017-03-02 08:42:29 +01:00
2017-02-22 16:41:30 -08:00
2017-03-02 08:56:04 -07:00
2017-03-02 08:42:36 +01:00
2017-02-24 17:46:54 -08:00
2017-02-20 10:15:11 -05:00
2017-02-24 17:46:56 -08:00
2017-03-02 08:42:38 +01:00
2017-03-03 00:43:11 +01:00
2017-03-03 01:43:47 +01:00
2017-02-20 10:27:56 -05:00
2017-03-02 08:42:29 +01:00
2017-03-10 20:55:09 +01:00
2017-02-13 21:44:09 -05:00
2017-02-24 17:46:57 -08:00
2017-03-02 08:42:24 +01:00
2017-04-18 11:20:15 -07:00
2017-04-18 11:38:18 -07:00
2017-02-24 09:02:10 +01:00
2017-03-02 08:42:38 +01:00
2017-02-24 17:46:55 -08:00
2017-02-27 18:43:48 -08:00
2017-03-03 01:45:41 +01:00
2017-02-19 18:17:59 -05:00
2017-02-23 20:33:51 -08:00
2017-02-23 11:55:41 -07:00
2017-02-27 18:43:46 -08:00
2017-02-24 17:46:56 -08:00
2017-03-03 01:43:48 +01:00
2017-03-03 01:43:48 +01:00
2017-03-02 08:42:29 +01:00
2017-03-02 08:42:27 +01:00
2017-02-22 16:41:27 -08:00
2017-02-22 16:41:27 -08:00
2017-04-18 11:38:20 -07:00
2017-03-02 20:51:15 -05:00
2017-02-22 16:41:30 -08:00
2017-02-22 16:41:30 -08:00
2017-03-02 20:51:15 -05:00
2017-03-02 08:42:29 +01:00
2017-03-03 01:45:25 +01:00
2017-03-03 01:45:25 +01:00
2017-03-03 01:45:39 +01:00
2017-02-22 16:41:26 -08:00
2017-03-06 15:26:37 -06:00
2017-03-09 17:01:10 -08:00
2017-02-27 20:54:05 +02:00
2017-03-09 17:01:10 -08:00
2017-03-02 08:42:25 +01:00
2017-03-08 10:36:03 -08:00
2017-02-24 14:00:23 -08:00
2017-02-24 17:46:54 -08:00