Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpuidle/governors/
H A Dteo.c112 #define LATENCY_THRESHOLD_NS (RESIDENCY_THRESHOLD_NS / 2)
183 if (measured_ns < RESIDENCY_THRESHOLD_NS) in teo_update()
446 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.c229 if (predicted_ns > RESIDENCY_THRESHOLD_NS) { in menu_select()