2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 02:34:01 +08:00
linux-next/kernel/rcu
Paul E. McKenney 6193c76aba rcu: Kick CPU halfway to RCU CPU stall warning
When an RCU CPU stall warning occurs, the CPU invokes resched_cpu() on
itself.  This can help move the grace period forward in some situations,
but it would be even better to do this -before- the RCU CPU stall warning.
This commit therefore causes resched_cpu() to be called every five jiffies
once the system is halfway to an RCU CPU stall warning.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
2013-12-03 10:10:18 -08:00
..
Makefile
rcu.h
srcu.c
tiny_plugin.h
tiny.c
torture.c
tree_plugin.h
tree_trace.c
tree.c rcu: Kick CPU halfway to RCU CPU stall warning 2013-12-03 10:10:18 -08:00
tree.h rcu: Kick CPU halfway to RCU CPU stall warning 2013-12-03 10:10:18 -08:00
update.c