Home
last modified time | relevance | path

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

/drivers/cpuidle/governors/
A Dmenu.c74 u64 next_timer_ns; member
255 data->next_timer_ns = delta; in menu_select()
256 data->bucket = which_bucket(data->next_timer_ns); in menu_select()
260 data->next_timer_ns * in menu_select()
272 data->next_timer_ns = KTIME_MAX; in menu_select()
300 predicted_ns = data->next_timer_ns; in menu_select()
326 s->target_residency_ns <= data->next_timer_ns) { in menu_select()
460 measured_ns = data->next_timer_ns; in menu_update()
473 if (measured_ns > data->next_timer_ns) in menu_update()
474 measured_ns = data->next_timer_ns; in menu_update()
[all …]

Completed in 5 milliseconds