Searched refs:xor_src_cnt (Results 1 – 1 of 1) sorted by relevance
506 int xor_src_cnt = 0; in run_xor() local510 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in run_xor()511 xor_blocks(xor_src_cnt, len, dest, pages + src_off); in run_xor()513 src_cnt -= xor_src_cnt; in run_xor()514 src_off += xor_src_cnt; in run_xor()