Re: [PATCH v9 07/10] time: hrtimer: Introduce hrtimer_next_event_without()

2018-04-08 Thread Frederic Weisbecker
On Sun, Apr 08, 2018 at 10:20:30AM +0200, Rafael J. Wysocki wrote: > On Saturday, April 7, 2018 4:46:38 PM CEST Frederic Weisbecker wrote: > > On Wed, Apr 04, 2018 at 10:45:39AM +0200, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki > > > > > > The next set of changes will need to compute

Re: [PATCH v9 07/10] time: hrtimer: Introduce hrtimer_next_event_without()

2018-04-08 Thread Rafael J. Wysocki
On Saturday, April 7, 2018 4:46:38 PM CEST Frederic Weisbecker wrote: > On Wed, Apr 04, 2018 at 10:45:39AM +0200, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > The next set of changes will need to compute the time to the next > > hrtimer event over all hrtimers except for the sched

Re: [PATCH v9 07/10] time: hrtimer: Introduce hrtimer_next_event_without()

2018-04-07 Thread Frederic Weisbecker
On Wed, Apr 04, 2018 at 10:45:39AM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The next set of changes will need to compute the time to the next > hrtimer event over all hrtimers except for the scheduler tick one. > > To that end introduce a new helper function, > hrtimer_next_

[PATCH v9 07/10] time: hrtimer: Introduce hrtimer_next_event_without()

2018-04-04 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The next set of changes will need to compute the time to the next hrtimer event over all hrtimers except for the scheduler tick one. To that end introduce a new helper function, hrtimer_next_event_without(), for computing the time until the next hrtimer event over all tim