Home
last modified time | relevance | path

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

/crypto/async_tx/
DMakefile4 obj-$(CONFIG_ASYNC_XOR) += async_xor.o
Dasync_xor.c273 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor() function
279 EXPORT_SYMBOL_GPL(async_xor);
Draid6test.c93 tx = async_xor(dest, blocks, 0, count, bytes, &submit); in raid6_dual_recov()