Files
linux-st/include/linux
Tejun Heo e27fc9641e rcu: increase synchronize_sched_expedited() batching
The fix in commit #6a0cc49 requires more than three concurrent instances
of synchronize_sched_expedited() before batching is possible.  This
patch uses a ticket-counter-like approach that is also not unrelated to
Lai Jiangshan's Ring RCU to allow sharing of expedited grace periods even
when there are only two concurrent instances of synchronize_sched_expedited().

This commit builds on Tejun's original posting, which may be found at
http://lkml.org/lkml/2010/11/9/204, adding memory barriers, avoiding
overflow of signed integers (other than via atomic_t), and fixing the
detection of batching.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
2010-12-17 12:34:08 -08:00
..
2010-08-12 06:38:24 +10:00
2010-09-08 10:50:00 -06:00
2010-08-12 08:43:30 -07:00
2010-08-12 08:43:30 -07:00
2010-08-12 08:43:30 -07:00
2010-08-18 01:09:01 -04:00
2010-08-19 17:18:00 -07:00
2010-08-12 04:14:05 +01:00
2010-08-19 17:18:03 -07:00
2010-08-18 08:35:46 -04:00
2010-10-07 09:43:45 +02:00
2010-08-19 17:18:03 -07:00
2010-08-20 08:55:00 -07:00
2010-08-11 09:23:22 +02:00
2010-08-11 18:21:02 +02:00
2010-08-19 17:18:03 -07:00
2010-08-19 17:18:01 -07:00
2010-08-19 17:18:03 -07:00
2010-08-09 20:45:05 -07:00
2010-08-10 11:49:21 -07:00
2010-08-12 11:27:58 +02:00
2010-08-19 17:18:00 -07:00
2010-09-09 18:57:24 -07:00
2010-08-19 17:18:01 -07:00
2010-08-09 16:48:45 -04:00
2010-09-09 09:05:06 -07:00
2010-08-11 00:29:47 -04:00
2010-08-19 17:18:00 -07:00
2010-08-19 17:18:02 -07:00
2010-08-19 17:18:03 -07:00
2010-08-09 16:47:27 -04:00
2010-09-08 15:04:10 +02:00
2010-09-27 20:24:54 -07:00
2010-08-09 16:48:44 -04:00
2010-08-18 08:35:47 -04:00
2010-08-11 08:59:02 -07:00
2010-09-13 10:26:52 +02:00