Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c596 static bool scaled_within(u64 x, u64 y, u32 f_n, u32 f_d) in scaled_within() argument
598 return f_d * x > f_n * y && f_n * x < f_d * y; in scaled_within()