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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/async_tx/
H A DMakefile2 obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
H A Dasync_memcpy.c33 * async_memcpy - attempt to copy memory with a dma engine.
44 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, function
94 EXPORT_SYMBOL_GPL(async_memcpy); variable
H A Dasync_raid6_recov.c210 tx = async_memcpy(dp, g, 0, 0, bytes, submit);
466 tx = async_memcpy(p, g, 0, 0, bytes, submit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dasync_tx.h181 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.c609 tx = async_memcpy(page, bio_page, page_offset,
612 tx = async_memcpy(bio_page, page, b_offset,
768 tx = async_memcpy(xor_dest, xor_srcs[0], 0, 0, STRIPE_SIZE, &submit);
1123 tx = async_memcpy(xor_dest, xor_srcs[0], 0, 0, STRIPE_SIZE, &submit);
2963 tx = async_memcpy(sh2->dev[dd_idx].page,

Completed in 130 milliseconds