]> git.baikalelectronics.ru Git - kernel.git/commit
posix-cpu-timers: Consolidate timer expiry further
authorThomas Gleixner <tglx@linutronix.de>
Wed, 21 Aug 2019 19:09:20 +0000 (21:09 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Aug 2019 09:50:41 +0000 (11:50 +0200)
commit7e3c1f975accbd08c38ef5b186033331f6fcfce0
tree82bd5d32e3dc433968c1b12114755069a36cefba
parentb3f1fbc626cb9f4dd4995334ab27a4e7f60da58e
posix-cpu-timers: Consolidate timer expiry further

With the array based samples and expiry cache, the expiry function can use
a loop to collect timers from the clock specific lists.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lkml.kernel.org/r/20190821192922.365469982@linutronix.de
kernel/time/posix-cpu-timers.c