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:
d475f3f
)
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>
kernel/posix-cpu-timers.c
patch
|
blob
|
history
diff --cc
kernel/posix-cpu-timers.c
Simple merge