Re: time_is_after_jiffies misnomer

From: Johannes Weiner
Date: Tue Dec 16 2008 - 09:44:44 EST


On Tue, Dec 16, 2008 at 12:31:41PM +0100, Peter T. Breuer wrote:
>
> I thought at first that
>
> time_is_after_jiffies(foo)
>
> meant that the current time is later than foo jiffies.

'foo jiffies'?

It behaves like all the other time_(after|before) macros. "Compare a
given time T against some other time X".

T is always the first argument to these macros, it's never the current
time. This is consistent.

And jiffies, the X here, is a well-known global variable. :)

The banner comment above the macro group should have clarified the
misunderstanding, btw.

Hannes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/