[PATCH v2 0/3] cpuidle: teo: Avoid stopping scheduler tick too often
From: Rafael J. Wysocki
Date: Fri Jul 28 2023 - 06:03:37 EST
Hi Folks,
Patch [1/3] in this series is a v2 of this patch posted yesterday:
https://lore.kernel.org/linux-pm/4506480.LvFx2qVVIh@kreacher/
Patch [2/3] addresses some bail out paths in teo_select() in which the
scheduler tick may be stopped unnecessarily too.
Patch [3/3] replaces a structure field with a local variable (while at it).
Thanks!