Searched refs:dest_buf (Results 1 – 2 of 2) sorted by relevance
72 void *dest_buf, *src_buf; in async_memcpy() local78 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()
107 void *dest_buf; in do_sync_xor_offs() local122 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