commit | 3f34d024c12e49fbce4009d094ae1d287084e511 | [log] [tgz] |
---|---|---|
author | Dave Young <hidave.darkstar@gmail.com> | Fri Apr 18 13:38:57 2008 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Apr 21 07:59:51 2008 +0200 |
tree | 106ee9f75c0b2c279fc4152643fe5dedf90e3ed5 | |
parent | 3925e6fc1f774048404fdd910b0345b06c699eb4 [diff] |
jiffies: add time_is_after_jiffies and others which compare with jiffies Most of time_after like macros usages just compare jiffies and another number, so here add some time_is_* macros for convenience. Signed-off-by: Dave Young <hidave.darkstar@gmail.com> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>