Searched refs:currently_testing (Results 1 – 1 of 1) sorted by relevance
116 static blk_t currently_testing = 0; variable231 calc_percent((unsigned long) currently_testing, in print_status()265 (unsigned long long) currently_testing); in terminate_intr()535 currently_testing = first_block; in test_ro()541 while (currently_testing < last_block) in test_ro()550 if (currently_testing == next_bad) { in test_ro()553 currently_testing++; in test_ro()556 else if (currently_testing + try > next_bad) in test_ro()557 try = next_bad - currently_testing; in test_ro()559 if (currently_testing + try > last_block) in test_ro()[all …]