Re: [patch V3 28/38] posix-cpu-timers: Restructure expiry array

2019-08-26 Thread Frederic Weisbecker
On Mon, Aug 26, 2019 at 08:22:24PM +0200, Thomas Gleixner wrote: > Now that the abused struct task_cputime is gone, it's more natural to > bundle the expiry cache and the list head of each clock into a struct and > have an array of those structs. > > Follow the hrtimer naming convention of

[patch V3 28/38] posix-cpu-timers: Restructure expiry array

2019-08-26 Thread Thomas Gleixner
Now that the abused struct task_cputime is gone, it's more natural to bundle the expiry cache and the list head of each clock into a struct and have an array of those structs. Follow the hrtimer naming convention of 'bases' and rename the expiry cache to 'nextevt' and adapt all usage sites.