timerfd: Provide timerfd_resume()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Jul 2021 13:39:50 +0000 (15:39 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 10 Aug 2021 15:57:22 +0000 (17:57 +0200)
commit66f7b0c8aadd2785fc29f2c71477ebc16f4e38cc
tree9a248c6ed85efc63d1299653de76991c7f280d2a
parente71a4153b7c256ec103e79875398553808aeffd2
timerfd: Provide timerfd_resume()

Resuming timekeeping is a clock-was-set event and uses the clock-was-set
notification mechanism. This is in the way of making the clock-was-set
update for hrtimers selective so unnecessary IPIs are avoided when a CPU
base does not have timers queued which are affected by the clock setting.

Provide a seperate timerfd_resume() interface so the resume logic and the
clock-was-set mechanism can be distangled in the core code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210713135158.395287410@linutronix.de
fs/timerfd.c
include/linux/hrtimer.h