Searched refs:csum_and_memcpy (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/lib/ |
D | iov_iter.c | 576 static __wsum csum_and_memcpy(void *to, const void *from, size_t len, in csum_and_memcpy() function 600 sum = csum_and_memcpy(p + r, addr + off, chunk, sum, off); in csum_and_copy_to_pipe_iter() 1656 sum = csum_and_memcpy(addr + off, base, len, sum, off); in csum_and_copy_from_iter() 1683 sum = csum_and_memcpy(base, addr + off, len, sum, off); in csum_and_copy_to_iter()
|