Searched refs:fact (Results 1 – 2 of 2) sorted by relevance
36 after the fact on the running kernel to be tested, if desired.53 after the fact on the running kernel to be tested, if desired.
221 u64 fact = scale_load_down(weight); in __calc_delta() local226 if (unlikely(fact >> 32)) { in __calc_delta()227 while (fact >> 32) { in __calc_delta()228 fact >>= 1; in __calc_delta()234 fact = (u64)(u32)fact * lw->inv_weight; in __calc_delta()236 while (fact >> 32) { in __calc_delta()237 fact >>= 1; in __calc_delta()241 return mul_u64_u32_shr(delta_exec, fact, shift); in __calc_delta()