Rounding conventions for jiffies_to_msecs / msecs_to_jiffies

From: Elias Oltmanns
Date: Tue Sep 30 2008 - 16:05:39 EST


Hi all,

since I don't really understand the algorithm in jiffies_to_msecs() for
HZ values that are not divisors or multiples of 1000 right now, I'd like
to ask if somebody can tell me something about it. In particular, I'd
like to know what we can assume wrt rounding, i.e. always round up /
down, etc. In fact, I'm most interested in the case where the argument
of jiffies_to_msecs() is close to zero. Can I safely assume that a
non-zero argument will *always* result in a non-zero return value
whatever HZ may be?

Even though I'm mostly concerned with jiffies_to_msecs() at the moment,
I am still intersted in the same questions wrt msecs_to_jiffies(), so
please don't shrink from an elaborate explanation ;-).

Thanks for all efforts in advance,

Elias
--
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/