Home
last modified time | relevance | path

Searched refs:dest_buf (Results 1 – 2 of 2) sorted by relevance

/crypto/async_tx/
A Dasync_memcpy.c72 void *dest_buf, *src_buf; in async_memcpy() local
78 dest_buf = kmap_atomic(dest) + dest_offset; in async_memcpy()
81 memcpy(dest_buf, src_buf, len); in async_memcpy()
84 kunmap_atomic(dest_buf); in async_memcpy()
A Dasync_xor.c107 void *dest_buf; in do_sync_xor_offs() local
122 dest_buf = page_address(dest) + offset; in do_sync_xor_offs()
125 memset(dest_buf, 0, len); in do_sync_xor_offs()
130 xor_blocks(xor_src_cnt, len, dest_buf, &srcs[src_off]); in do_sync_xor_offs()

Completed in 4 milliseconds