Home
last modified time | relevance | path

Searched hist:c0f4dfd4f90f1667d234d21f15153ea09a2eaa66 (Results 1 – 1 of 1) sorted by relevance

/linux/init/
H A DKconfigdiff c0f4dfd4f90f1667d234d21f15153ea09a2eaa66 Fri Dec 28 20:30:36 CET 2012 Paul E. McKenney <paul.mckenney@linaro.org> rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacks

Because RCU callbacks are now associated with the number of the grace
period that they must wait for, CPUs can now take advance callbacks
corresponding to grace periods that ended while a given CPU was in
dyntick-idle mode. This eliminates the need to try forcing the RCU
state machine while entering idle, thus reducing the CPU intensiveness
of RCU_FAST_NO_HZ, which should increase its energy efficiency.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>