Searched refs:async_memcpy (Results 1 - 6 of 6) sorted by relevance

/linux-master/crypto/async_tx/
H A DMakefile3 obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
H A Dasync_memcpy.c21 * async_memcpy - attempt to copy memory with a dma engine.
32 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, function
93 EXPORT_SYMBOL_GPL(async_memcpy); variable
H A Dasync_raid6_recov.c248 tx = async_memcpy(dp, g, dp_off, g_off, bytes, submit);
548 tx = async_memcpy(p, g, p_off, g_off, bytes, submit);
/linux-master/include/linux/
H A Dasync_tx.h182 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
/linux-master/drivers/md/
H A Draid5-ppl.c196 tx = async_memcpy(sh->ppl_page, srcs[0], 0, 0, PAGE_SIZE,
H A Draid5.c1417 tx = async_memcpy(*page, bio_page, page_offset + poff,
1420 tx = async_memcpy(bio_page, *page, b_offset,
1592 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0],
2123 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0],
4611 tx = async_memcpy(sh2->dev[dd_idx].page,

Completed in 154 milliseconds