Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-integrity.c914 size_t this_step; in xor_journal() local
930 this_step = min(n_bytes, (size_t)PAGE_SIZE - pl_offset); in xor_journal()
935 async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit); in xor_journal()
939 n_bytes -= this_step; in xor_journal()