Paul E. McKenney 2464dd940e srcu: Apply trivial callback lists to shrink Tiny SRCU
The rcu_segcblist structure provides quite a bit of functionality, and
Tiny SRCU needs almost none of it.  So this commit replaces Tiny SRCU's
uses of rcu_segcblist with a simple singly linked list with tail pointer.
This change significantly reduces Tiny SRCU's memory footprint, more
than making up for the growth caused by the creation of rcu_segcblist.c

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
2017-06-08 18:52:35 -07:00
..
2017-05-12 15:57:15 -07:00
2017-05-08 18:49:23 -07:00
2017-01-12 07:01:56 -07:00
2017-05-08 17:15:12 -07:00
2017-04-21 20:30:46 +08:00
2016-12-22 22:58:37 -05:00