Searched refs:f_d (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/bcachefs/
H A Dutil.c124 u64 v = 0, b, f_n = 0, f_d = 1; local
136 ret = bch2_pow(10, ret, &f_d);
150 f_n = div_u64(f_n * b, f_d);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c598 static bool scaled_within(u64 x, u64 y, u32 f_n, u32 f_d) argument
600 return f_d * x > f_n * y && f_n * x < f_d * y;

Completed in 175 milliseconds