Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpuidle/governors/
H A Dmenu.c74 u64 next_timer_ns; member
239 data->next_timer_ns = delta; in menu_select()
240 data->bucket = which_bucket(data->next_timer_ns); in menu_select()
244 data->next_timer_ns * in menu_select()
256 data->next_timer_ns = KTIME_MAX; in menu_select()
284 predicted_ns = data->next_timer_ns; in menu_select()
310 s->target_residency_ns <= data->next_timer_ns) { in menu_select()
444 measured_ns = data->next_timer_ns; in menu_update()
457 if (measured_ns > data->next_timer_ns) in menu_update()
458 measured_ns = data->next_timer_ns; in menu_update()
[all …]