Searched refs:csum_and_memcpy (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/lib/ |
D | iov_iter.c | 482 static __wsum csum_and_memcpy(void *to, const void *from, size_t len, in csum_and_memcpy() function 512 sum = csum_and_memcpy(p + r, addr + off, chunk, sum, off); in csum_and_copy_to_pipe_iter() 1538 sum = csum_and_memcpy(addr + off, base, len, sum, off); in csum_and_copy_from_iter() 1565 sum = csum_and_memcpy(base, addr + off, len, sum, off); in csum_and_copy_to_iter()
|