Searched refs:xor_src_cnt (Results 1 – 1 of 1) sorted by relevance
628 int xor_src_cnt = 0; in run_xor() local632 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in run_xor()633 xor_blocks(xor_src_cnt, len, dest, pages + src_off); in run_xor()635 src_cnt -= xor_src_cnt; in run_xor()636 src_off += xor_src_cnt; in run_xor()