Lines Matching refs:next_timer_ns
74 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()
278 ((data->next_timer_ns < drv->states[1].target_residency_ns || 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()
440 if (data->tick_wakeup && data->next_timer_ns > TICK_NSEC) { in menu_update()
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()
480 if (data->next_timer_ns > 0 && measured_ns < MAX_INTERESTING) in menu_update()
482 data->next_timer_ns); in menu_update()