Home
last modified time | relevance | path

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

/linux/crypto/async_tx/
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);
A DMakefile3 obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
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/
A Dasync_tx.h182 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
/linux/Documentation/crypto/
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/
A Draid5-ppl.c196 tx = async_memcpy(sh->ppl_page, srcs[0], 0, 0, PAGE_SIZE, in ops_run_partial_parity()
A Draid5.c1353 tx = async_memcpy(*page, bio_page, page_offset + poff, in async_copy_data()
1356 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
1528 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
2059 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
4547 tx = async_memcpy(sh2->dev[dd_idx].page, in handle_stripe_expansion()

Completed in 42 milliseconds