Home
last modified time | relevance | path

Searched refs:xor_blocks (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/crypto/
Dxor.c35 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) in xor_blocks() function
60 EXPORT_SYMBOL(xor_blocks);
/linux-4.19.296/include/linux/raid/
Dxor.h7 extern void xor_blocks(unsigned int count, unsigned int bytes,
/linux-4.19.296/crypto/async_tx/
Dasync_xor.c141 xor_blocks(xor_src_cnt, len, dest_buf, &srcs[src_off]); in do_sync_xor()
/linux-4.19.296/fs/btrfs/
Draid56.c505 xor_blocks(xor_src_cnt, len, dest, pages + src_off); in run_xor()