Home
last modified time | relevance | path

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

/linux/crypto/async_tx/
H A Dasync_memcpy.c32 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy() function
93 EXPORT_SYMBOL_GPL(async_memcpy);
H A DMakefile3 obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
H A Dasync_raid6_recov.c248 tx = async_memcpy(dp, g, dp_off, g_off, bytes, submit); in __2data_recov_5()
548 tx = async_memcpy(p, g, p_off, g_off, bytes, submit); in async_raid6_datap_recov()
/linux/include/linux/
H A Dasync_tx.h177 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
/linux/Documentation/crypto/
H A Dasync-tx-api.rst179 tx = async_memcpy(copy_dest, copy_src, 0, 0, copy_len, &submit);
267 crypto/async_tx/async_memcpy.c:
/linux/drivers/md/
H A Draid5-ppl.c196 tx = async_memcpy(sh->ppl_page, srcs[0], 0, 0, PAGE_SIZE, in ops_run_partial_parity()
H A Draid5.c1405 tx = async_memcpy(*page, bio_page, page_offset + poff, in async_copy_data()
1408 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
1580 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
2111 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
4562 tx = async_memcpy(sh2->dev[dd_idx].page, in handle_stripe_expansion()