Searched refs:time_passed (Results 1 – 1 of 1) sorted by relevance
39 int time_passed; in udelay_test_single() local44 time_passed = kt2 - kt1; in udelay_test_single()46 if (i == 0 || time_passed < min) in udelay_test_single()47 min = time_passed; in udelay_test_single()48 if (i == 0 || time_passed > max) in udelay_test_single()49 max = time_passed; in udelay_test_single()50 if ((time_passed + allowed_error_ns) / 1000 < usecs) in udelay_test_single()52 WARN_ON(time_passed < 0); in udelay_test_single()53 sum += time_passed; in udelay_test_single()