Home
last modified time | relevance | path

Searched refs:blocks_left (Results 1 – 1 of 1) sorted by relevance

/system/uapp/iochk/
A Diochk.cpp447 uint32_t blocks_left = static_cast<uint32_t>(block_count * log(block_count)); in DoWork() local
449 while (blocks_left > 0 && !ctx->iochk_failure) { in DoWork()
450 uint32_t to_read = (rand32(&work_gen) % blocks_left) + 1; in DoWork()
468 blocks_left -= to_read; in DoWork()

Completed in 3 milliseconds