Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpuidle/governors/
Dmenu.c123 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()
[all …]