Loading kernel/hrtimer.c +1 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) * @interval: the interval to forward * * Forward the timer expiry so it will expire in the future. * The number of overruns is added to the overrun field. * Returns the number of overruns. */ unsigned long hrtimer_forward(struct hrtimer *timer, ktime_t interval) Loading Loading
kernel/hrtimer.c +1 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) * @interval: the interval to forward * * Forward the timer expiry so it will expire in the future. * The number of overruns is added to the overrun field. * Returns the number of overruns. */ unsigned long hrtimer_forward(struct hrtimer *timer, ktime_t interval) Loading