Home
last modified time | relevance | path

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

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