Home
last modified time | relevance | path

Searched refs:MAX_XOR_BLOCKS (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/raid/
Dxor.h4 #define MAX_XOR_BLOCKS 4 macro
/linux-2.6.39/crypto/async_tx/
Dasync_xor.c152 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in do_sync_xor()