Searched refs:work_offset (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/uapp/iochk/
H A Diochk.cpp440 uint32_t work_offset = rand32(&work_gen) % block_count; local
441 if (work_offset + to_read > block_count) {
442 to_read = block_count - work_offset;
447 status = checker->Check(start_block + work_offset, to_read);
449 status = checker->Fill(start_block + work_offset, to_read);

Completed in 20 milliseconds