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