Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/raid/
H A Dxor.h5 #define MAX_XOR_BLOCKS 4 macro
/openbmc/linux/crypto/async_tx/
H A Dasync_xor.c129 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in do_sync_xor_offs()
/openbmc/linux/fs/btrfs/
H A Draid56.c516 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in run_xor()