Home
last modified time | relevance | path

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

/linux-3.3/crypto/async_tx/
Dasync_memcpy.c45 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy() function
95 EXPORT_SYMBOL_GPL(async_memcpy);
DMakefile2 obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
Dasync_raid6_recov.c211 tx = async_memcpy(dp, g, 0, 0, bytes, submit); in __2data_recov_5()
467 tx = async_memcpy(p, g, 0, 0, bytes, submit); in async_raid6_datap_recov()
/linux-3.3/include/linux/
Dasync_tx.h181 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
/linux-3.3/Documentation/crypto/
Dasync-tx-api.txt151 tx = async_memcpy(copy_dest, copy_src, 0, 0, copy_len, &submit);
224 crypto/async_tx/async_memcpy.c: copy offload
/linux-3.3/drivers/md/
Draid5.c691 tx = async_memcpy(page, bio_page, page_offset, in async_copy_data()
694 tx = async_memcpy(bio_page, page, b_offset, in async_copy_data()
850 tx = async_memcpy(xor_dest, xor_srcs[0], 0, 0, STRIPE_SIZE, &submit); in ops_run_compute5()
1214 tx = async_memcpy(xor_dest, xor_srcs[0], 0, 0, STRIPE_SIZE, &submit); in ops_run_reconstruct5()
3074 tx = async_memcpy(sh2->dev[dd_idx].page, in handle_stripe_expansion()