]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
posix-cpu-timers: Switch check_*_timers() to array cache
authorThomas Gleixner <tglx@linutronix.de>
Wed, 21 Aug 2019 19:09:10 +0000 (21:09 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Aug 2019 09:50:36 +0000 (11:50 +0200)
commitc02b078e63a6f42029cb655d0aa3c991271637ac
treea920d683a92f03534627be560f81693fc69dcf67
parent1b0dd96d0f07c482bf1d04987cc1b35e376a7518
posix-cpu-timers: Switch check_*_timers() to array cache

Use the array based expiry cache in check_thread_timers() and convert the
store in check_process_timers() for consistency.

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