From: george anzinger <george@mvista.com>
To: john stultz <johnstul@us.ibm.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Clock monotonic a suggestion
Date: Thu, 20 Mar 2003 16:16:13 -0800 [thread overview]
Message-ID: <3E7A59CD.8040700@mvista.com> (raw)
In an effort to get better resolution and to get CLOCK_MONOTONIC to
better track CLOCK_REALTIME, I would like to do the following:
Define CLOCK_MONOTONIC to be the same as
(gettimeofday() + wall_to_monotonic).
Wall_to_monotonic would be defined at boot time as -(gettimeofday())
at that time and would be updated each time the wall clock is set.
Currently this happens in only three places in the kernel, two in the
wall clock update routine (a leap second can be added or subtracted)
and in settimeofday(). The update of wall_to_monotonic must be done
under the xtime lock, as should the add to convert gettimeofday() to
CLOCK_MONOTONIC.
What this gets us is:
Both clocks will tick at the same rate, even under NTP corrections.
The conversion is a simple (well almost simple) add.
Both clocks will have the same resolution.
Comments?
--
George Anzinger george@mvista.com
High-res-timers: http://sourceforge.net/projects/high-res-timers/
Preemption patch: http://www.kernel.org/pub/linux/kernel/people/rml
next reply other threads:[~2003-03-21 0:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-21 0:16 george anzinger [this message]
2003-03-21 2:50 ` Clock monotonic a suggestion Joel Becker
2003-03-21 5:53 ` Chris Friesen
2003-03-21 8:10 ` george anzinger
2003-03-21 8:01 ` george anzinger
2003-03-21 19:43 ` Joel Becker
2003-03-21 20:53 ` john stultz
2003-03-21 13:17 ` Martin Waitz
2003-03-21 19:18 ` george anzinger
2003-03-21 19:46 ` Joel Becker
2003-03-21 19:44 ` Joel Becker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E7A59CD.8040700@mvista.com \
--to=george@mvista.com \
--cc=johnstul@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox