Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpuidle/governors/
H A Dmenu.c28 #define DECAY 8 macro
296 timer_us = div_u64((RESOLUTION * DECAY * NSEC_PER_USEC) / 2 + in menu_select()
299 RESOLUTION * DECAY * NSEC_PER_USEC); in menu_select()
522 new_factor -= new_factor / DECAY; in menu_update()
540 if (DECAY == 1 && unlikely(new_factor == 0)) in menu_update()
569 data->correction_factor[i] = RESOLUTION * DECAY; in menu_enable_device()
/openbmc/linux/drivers/ras/
H A Dcec.c90 #define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK) macro
147 u8 decay = DECAY(ca->array[i]); in do_spring_cleaning()
459 i, this, bins[DECAY(ca->array[i])], COUNT(ca->array[i])); in array_show()