Searched refs:MAX_XOR_BLOCKS (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/include/linux/raid/ | ||
D | xor.h | 4 #define MAX_XOR_BLOCKS 4 macro |
/linux-3.4.99/crypto/async_tx/ | ||
D | async_xor.c | 153 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in do_sync_xor() |