Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dselftest_rps.c595 static bool scaled_within(u64 x, u64 y, u32 f_n, u32 f_d) in scaled_within() argument
597 return f_d * x > f_n * y && f_n * x < f_d * y; in scaled_within()