Re: [patch V2 26/38] posix-cpu-timers: Make expiry checks array based

2019-08-23 Thread Frederic Weisbecker
On Wed, Aug 21, 2019 at 09:09:13PM +0200, Thomas Gleixner wrote: > The expiry cache is an array indexed by clock ids. The new sample functions > allow to retrieve a corresponding array of samples. > > Convert the fastpath expiry checks to make use of the new sample functions > and do the compariso

[patch V2 26/38] posix-cpu-timers: Make expiry checks array based

2019-08-21 Thread Thomas Gleixner
The expiry cache is an array indexed by clock ids. The new sample functions allow to retrieve a corresponding array of samples. Convert the fastpath expiry checks to make use of the new sample functions and do the comparisons on the sample and the expiry array. Make the check for the expiry array