Searched refs:next_timer_us (Results 1 – 1 of 1) sorted by relevance
125 unsigned int next_timer_us; member257 if (data->next_timer_us > avg) in get_typical_interval()304 data->next_timer_us = ktime_to_us(tick_nohz_get_sleep_length()); in menu_select()307 data->bucket = which_bucket(data->next_timer_us, nr_iowaiters); in menu_select()314 data->predicted_us = DIV_ROUND_CLOSEST_ULL((uint64_t)data->next_timer_us * in menu_select()333 if (data->next_timer_us > 5 && in menu_select()411 if (measured_us > data->next_timer_us) in menu_update()412 measured_us = data->next_timer_us; in menu_update()418 if (data->next_timer_us > 0 && measured_us < MAX_INTERESTING) in menu_update()419 new_factor += RESOLUTION * measured_us / data->next_timer_us; in menu_update()