Home
last modified time | relevance | path

Searched refs:RESIDENCY_THRESHOLD_NS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/cpuidle/governors/
H A Dteo.c116 #define LATENCY_THRESHOLD_NS (RESIDENCY_THRESHOLD_NS / 2)
199 if (measured_ns < RESIDENCY_THRESHOLD_NS) in teo_update()
497 if ((!idx || drv->states[idx].target_residency_ns < RESIDENCY_THRESHOLD_NS) && in teo_select()
H A Dgov.h12 #define RESIDENCY_THRESHOLD_NS (15 * NSEC_PER_USEC) macro
H A Dmenu.c242 if (predicted_ns > RESIDENCY_THRESHOLD_NS || tick_nohz_tick_stopped()) { in menu_select()
326 s->target_residency_ns < RESIDENCY_THRESHOLD_NS && in menu_select()