Searched refs:async_memcpy (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/crypto/async_tx/ |
D | async_memcpy.c | 32 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy() function 93 EXPORT_SYMBOL_GPL(async_memcpy);
|
D | Makefile | 3 obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
|
D | async_raid6_recov.c | 248 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-6.1.9/include/linux/ |
D | async_tx.h | 182 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
|
/linux-6.1.9/Documentation/crypto/ |
D | async-tx-api.rst | 179 tx = async_memcpy(copy_dest, copy_src, 0, 0, copy_len, &submit); 267 crypto/async_tx/async_memcpy.c:
|
/linux-6.1.9/drivers/md/ |
D | raid5-ppl.c | 196 tx = async_memcpy(sh->ppl_page, srcs[0], 0, 0, PAGE_SIZE, in ops_run_partial_parity()
|
D | raid5.c | 1424 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() 4650 tx = async_memcpy(sh2->dev[dd_idx].page, in handle_stripe_expansion()
|