Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpuidle/governors/
Dmenu.c126 unsigned int next_timer_us; member
308 data->next_timer_us = ktime_to_us(tick_nohz_get_sleep_length(&delta_next)); in menu_select()
311 data->bucket = which_bucket(data->next_timer_us, nr_iowaiters); in menu_select()
318 data->predicted_us = DIV_ROUND_CLOSEST_ULL((uint64_t)data->next_timer_us * in menu_select()
323 expected_interval = min(expected_interval, data->next_timer_us); in menu_select()
335 if (data->next_timer_us > polling_threshold && in menu_select()
504 if (data->tick_wakeup && data->next_timer_us > TICK_USEC) { in menu_update()
527 if (measured_us > data->next_timer_us) in menu_update()
528 measured_us = data->next_timer_us; in menu_update()
534 if (data->next_timer_us > 0 && measured_us < MAX_INTERESTING) in menu_update()
[all …]