HomeSort by relevance Sort by last modified time
    Searched full:currently_testing (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/misc/
badblocks.c 107 static blk_t currently_testing = 0; variable
219 calc_percent((unsigned long) currently_testing,
250 (unsigned long long) currently_testing);
519 currently_testing = first_block;
525 while (currently_testing < last_block)
534 if (currently_testing == next_bad) {
537 currently_testing++;
540 else if (currently_testing + try > next_bad)
541 try = next_bad - currently_testing;
543 if (currently_testing + try > last_block
    [all...]

Completed in 165 milliseconds