Searched refs:work_offset (Results 1 – 1 of 1) sorted by relevance
451 uint32_t work_offset = rand32(&work_gen) % block_count; in DoWork() local452 if (work_offset + to_read > block_count) { in DoWork()453 to_read = block_count - work_offset; in DoWork()458 status = checker->Check(start_block + work_offset, to_read); in DoWork()460 status = checker->Fill(start_block + work_offset, to_read); in DoWork()
Completed in 7 milliseconds