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 105 static blk_t currently_testing = 0; variable
203 calc_percent((unsigned long) currently_testing,
231 (unsigned long long) currently_testing);
479 currently_testing = first_block;
486 while (currently_testing < last_block)
495 if (currently_testing == next_bad) {
498 currently_testing++;
501 else if (currently_testing + try > next_bad)
502 try = next_bad - currently_testing;
504 if (currently_testing + try > last_block
    [all...]

Completed in 240 milliseconds