Searched refs:max_d (Results 1 – 3 of 3) sorted by relevance
114 unsigned long max_d; member
143 __this_cpu_write((fpuemustats).max_d, 0); in fpuemustats_clear_show()311 FPU_STAT_CREATE_EX(max_d); in debugfs_fpuemu()
159 static void get_best_ratio(u32 *pnum, u32 *pdenom, u32 max_n, u32 max_d) in get_best_ratio() argument174 if ((n[i] > max_n) || (d[i] > max_d)) { in get_best_ratio()