]> git.baikalelectronics.ru Git - kernel.git/commit
timerfd: introduce a new hrtimer_forward_now() function
authorDavide Libenzi <davidel@xmailserver.org>
Tue, 5 Feb 2008 06:27:25 +0000 (22:27 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:07 +0000 (09:44 -0800)
commit46f42f0db001352153798c9480f365b1ff427780
tree63b1b197f1ee68e656878257394d1ec8796ff3ea
parentca03b6a6f9284a07e64af66a5aa8ef01dcc8e9b1
timerfd: introduce a new hrtimer_forward_now() function

I think that advancing the timer against the timer's current "now" can be a
pretty common usage, so, w/out exposing hrtimer's internals, we add a new
hrtimer_forward_now() function.

Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Cc: Michael Kerrisk <mtk-manpages@gmx.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/hrtimer.h