Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c590 static bool scaled_within(u64 x, u64 y, u32 f_n, u32 f_d) in scaled_within() argument
592 return f_d * x > f_n * y && f_n * x < f_d * y; in scaled_within()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds