Re: [PATCH v8 06/25] timers: Split out forward timer base functionality

From: Frederic Weisbecker
Date: Fri Oct 06 2023 - 07:16:10 EST


On Wed, Oct 04, 2023 at 02:34:35PM +0200, Anna-Maria Behnsen wrote:
> Forwarding timer base is done when the next expiry value is calculated and
> when a new timer is enqueued. When the next expiry value is calculated the
> jiffies value is already available and does not need to be reread a second
> time.
>
> Splitting out the forward timer base functionality to make it executable
> via both contextes - those where jiffies are already known and those, where
> jiffies need to be read.
>
> No functional change.
>
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>