Searched refs:new_diff (Results 1 – 1 of 1) sorted by relevance
1193 u32 new_diff; in check_clock() local1197 new_diff = abs((u32)new_rate - rate); in check_clock()1199 if (new_diff < *best_diff) { in check_clock()1201 *best_diff = new_diff; in check_clock()1204 return new_diff; in check_clock()