Re: CLOCK_REALTIME_RES and nanosecond resolution

From: Thomas Gleixner
Date: Tue Nov 08 2005 - 04:30:15 EST


On Tue, 2005-11-08 at 13:55 +1100, Benjamin Herrenschmidt wrote:
> Hi !
>
> I noticed that we set
>
> #define CLOCK_REALTIME_RES TICK_NSEC /* In nano seconds. */
>
> Unconditionally in kernel/posix-timer.c
>
> Doesn't that mean that we'll advertise to userland (via clock_getres) a
> resolution that is basically HZ ? We do get at lenght to get more
> precise (up to ns) resolution in practice on many architectures but we
> don't expose that to userland at all. Is this normal ?

This is the resolution which you can expect for timers (nanosleep and
interval timers) as the timers depend on the jiffy tick.

The resolution of the readout functions is not affected by this.

http://www.tglx.de/ktimers.html#writeup

should give you more information about that.

tglx


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