Re: [PATCH 1/7] Cpuidle: rename expected_us to next_timer_us in menu governor

2014-03-05 Thread Len Brown
> This patch renames expected_us to next_timer_us in order to better > reflect the contained information. > > Signed-off-by: Tuukka Tikkanen Acked-by: Len Brown -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More m

Re: [PATCH 1/7] Cpuidle: rename expected_us to next_timer_us in menu governor

2014-02-24 Thread Nicolas Pitre
On Mon, 24 Feb 2014, Tuukka Tikkanen wrote: > The field expected_us is used to store the time remaining until next > timer expiry. The name is inaccurate, as we really do not expect all > wakeups to be caused by timers. In addition, another field with a very > similar name (predicted_us) is used t

[PATCH 1/7] Cpuidle: rename expected_us to next_timer_us in menu governor

2014-02-23 Thread Tuukka Tikkanen
The field expected_us is used to store the time remaining until next timer expiry. The name is inaccurate, as we really do not expect all wakeups to be caused by timers. In addition, another field with a very similar name (predicted_us) is used to store the predicted time remaining until any wakeup