Home
last modified time | relevance | path

Searched refs:async_memcpy (Results 1 – 4 of 4) 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
/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.c1424 tx = async_memcpy(*page, bio_page, page_offset + poff, in async_copy_data()
1427 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
1599 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
2130 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
4661 tx = async_memcpy(sh2->dev[dd_idx].page, in handle_stripe_expansion()