Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/scheduler/
H A Dsched-pelt.c61 long last = 0, y_inv = ((1UL<<32)-1)*y; in calc_converged_max() local
65 max = ((max*y_inv)>>SHIFT) + 1024; in calc_converged_max()