Searched refs:fract_exp_two (Results 1 – 2 of 2) sorted by relevance
558 static inline unsigned fract_exp_two(unsigned x, unsigned fract_bits) in fract_exp_two() function
1109 return i <= 0 ? 1 : fract_exp_two(i, 6); in bch_get_congested()