Searched hist:"2 e94d1f71f7e4404d997e6fb4f1618aa147d76f9" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | hrtimer.h | diff 2e94d1f71f7e4404d997e6fb4f1618aa147d76f9 Wed Sep 10 18:06:00 CDT 2008 Arjan van de Ven <arjan@linux.intel.com> hrtimer: peek at the timer queue just before going idle
As part of going idle, we already look at the time of the next timer event to determine which C-state to select etc.
This patch adds functionality that causes the timers that are past their soft expire time, to fire at this time, before we calculate the next wakeup time. This functionality will thus avoid wakeups by running timers before going idle rather than specially waking up for it.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle.c | diff 2e94d1f71f7e4404d997e6fb4f1618aa147d76f9 Wed Sep 10 18:06:00 CDT 2008 Arjan van de Ven <arjan@linux.intel.com> hrtimer: peek at the timer queue just before going idle
As part of going idle, we already look at the time of the next timer event to determine which C-state to select etc.
This patch adds functionality that causes the timers that are past their soft expire time, to fire at this time, before we calculate the next wakeup time. This functionality will thus avoid wakeups by running timers before going idle rather than specially waking up for it.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
|