Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dloadavg.c109 fixed_power_int(unsigned long x, unsigned int frac_bits, unsigned int n) in fixed_power_int() function
159 return calc_load(load, fixed_power_int(exp, FSHIFT, n), active); in calc_load_n()