mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] posix_cpu_timers: Some code consolidation
@ 2013-03-05 14:01 Frederic Weisbecker
  2013-03-05 14:01 ` [PATCH 1/3] posix_cpu_timer: Consolidate expiry time type Frederic Weisbecker
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Frederic Weisbecker @ 2013-03-05 14:01 UTC (permalink / raw)
  To: LKML
  Cc: Frederic Weisbecker, Stanislaw Gruszka, Thomas Gleixner,
	Peter Zijlstra, Andrew Morton, Ingo Molnar, Oleg Nesterov

Hi,

Some interesting consolidation comes when we unify the expiry
time type.

I'm also wondering: can't we implement CPUCLOCK_PROF using CPUCLOCK_SCHED?
One is using the tick, the other is using the sched. But they both seem
to account the same thing: utime + stime.

Thanks.

Frederic Weisbecker (3):
  posix_cpu_timers: Consolidate expiry time type
  posix_cpu_timers: Consolidate timer list cleanups
  posix_cpu_timers: Consolidate expired timers check

 include/linux/posix-timers.h |   16 ++-
 kernel/posix-cpu-timers.c    |  387 +++++++++++++++---------------------------
 2 files changed, 146 insertions(+), 257 deletions(-)

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-05 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-05 14:01 [RFC PATCH 0/3] posix_cpu_timers: Some code consolidation Frederic Weisbecker
2013-03-05 14:01 ` [PATCH 1/3] posix_cpu_timer: Consolidate expiry time type Frederic Weisbecker
2013-03-05 14:01 ` [PATCH 2/3] posix_cpu_timers: Consolidate timer list cleanups Frederic Weisbecker
2013-03-05 14:01 ` [PATCH 3/3] posix_cpu_timers: Consolidate expired timers check Frederic Weisbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome