Searched refs:teo_find_shallower_state (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/cpuidle/governors/ |
H A D | teo.c | 342 * teo_find_shallower_state - Find shallower idle state matching given duration. 349 static int teo_find_shallower_state(struct cpuidle_driver *drv, in teo_find_shallower_state() function 570 i = teo_find_shallower_state(drv, dev, idx, KTIME_MAX, true); in teo_select() 599 i = teo_find_shallower_state(drv, dev, idx, duration_ns, false); in teo_select() 630 idx = teo_find_shallower_state(drv, dev, idx, delta_tick, false); in teo_select()
|
/kernel/linux/linux-5.10/drivers/cpuidle/governors/ |
H A D | teo.c | 211 * teo_find_shallower_state - Find shallower idle state matching given duration. 217 static int teo_find_shallower_state(struct cpuidle_driver *drv, in teo_find_shallower_state() function 411 idx = teo_find_shallower_state(drv, dev, in teo_select() 432 idx = teo_find_shallower_state(drv, dev, idx, delta_tick); in teo_select()
|
Completed in 2 milliseconds