On Wed, Aug 21, 2019 at 09:09:12PM +0200, Thomas Gleixner wrote: > Instead of using task_cputime and doing the addition of utime and stime at > all call sites, it's way simpler to have a sample array which allows > indexed based checks against the expiry cache array. > > Signed-off-by: Thomas Gleixner <t...@linutronix.de>
Reviewed-by: Frederic Weisbecker <frede...@kernel.org>