]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit35f02cfc2804f9a3823126a0a1b411737ffdafe7
tree80ffdc157100df18f1c18d39f5036a9b798f2c06
parentc99b38a236883f64b4f8b1701151586791532925
[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