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