Code Review
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(from:
e80eda9
)
Posix timers: limit number of timers firing at once
author
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 23 Oct 2005 17:02:50 +0000
(10:02 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 23 Oct 2005 17:02:50 +0000
(10:02 -0700)
Bursty timers aren't good for anybody, very much including latency for
other programs when we trigger lots of timers in interrupt context. So
set a random limit, after which we'll handle the rest on the next timer
tick.
Noted by Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found