commit | 5ee832dbc6770135ec8d63296af0a4374557bb79 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Mon Oct 17 20:01:21 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 17 15:27:58 2005 -0700 |
tree | 80ffdc157100df18f1c18d39f5036a9b798f2c06 | |
parent | cc675230a9ca17010694bc8bd3c69ca9adf2efef [diff] |
[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>