Home
last modified time | relevance | path

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

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