Searched refs:MAX_XOR_BLOCKS (Results 1 – 4 of 4) sorted by relevance
5 #define MAX_XOR_BLOCKS 4 macro
129 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in do_sync_xor_offs()
593 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in run_xor()
48 nr = min_t(unsigned, disks - i, MAX_XOR_BLOCKS); in raid5_recov()