Lines Matching refs:next_timer_us
123 unsigned int next_timer_us; member
293 data->next_timer_us = ktime_to_us(tick_nohz_get_sleep_length(&delta_next)); in menu_select()
296 data->bucket = which_bucket(data->next_timer_us, nr_iowaiters); in menu_select()
299 ((data->next_timer_us < drv->states[1].target_residency || in menu_select()
316 predicted_us = DIV_ROUND_CLOSEST_ULL((uint64_t)data->next_timer_us * in menu_select()
367 s->target_residency <= data->next_timer_us) { in menu_select()
484 if (data->tick_wakeup && data->next_timer_us > TICK_USEC) { in menu_update()
504 measured_us = data->next_timer_us; in menu_update()
517 if (measured_us > data->next_timer_us) in menu_update()
518 measured_us = data->next_timer_us; in menu_update()
524 if (data->next_timer_us > 0 && measured_us < MAX_INTERESTING) in menu_update()
525 new_factor += RESOLUTION * measured_us / data->next_timer_us; in menu_update()