Home
last modified time | relevance | path

Searched defs:f_d (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dutil.c124 u64 v = 0, b, f_n = 0, f_d = 1; in __bch2_strtou64_h() local
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c598 static bool scaled_within(u64 x, u64 y, u32 f_n, u32 f_d) in scaled_within()