[PATCH] rcu: keep rcu callback event counter
authorEric Dumazet <dada1@cosmosbay.com>
Mon, 17 Oct 2005 18:01:21 +0000 (20:01 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 17 Oct 2005 22:27:58 +0000 (15:27 -0700)
commit5ee832dbc6770135ec8d63296af0a4374557bb79
tree80ffdc157100df18f1c18d39f5036a9b798f2c06
parentcc675230a9ca17010694bc8bd3c69ca9adf2efef
[PATCH] rcu: keep rcu callback event counter

This makes call_rcu() keep track of how many events there are on the RCU
list, and cause a reschedule event when the list gets too long.

This helps keep RCU event lists down.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/rcupdate.h
kernel/rcupdate.c