git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc67523
)
[PATCH] rcu: keep rcu callback event counter
author
Eric Dumazet
<dada1@cosmosbay.com>
Mon, 17 Oct 2005 18:01:21 +0000
(20:01 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 17 Oct 2005 22:27:58 +0000
(15:27 -0700)
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>
No differences found