Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Diov_iter.c575 static __wsum csum_and_memcpy(void *to, const void *from, size_t len, in csum_and_memcpy() function
602 sum = csum_and_memcpy(p + r, addr, chunk, sum, off); in csum_and_copy_to_pipe_iter()
1460 sum = csum_and_memcpy((to += v.bv_len) - v.bv_len, in csum_and_copy_from_iter()
1466 sum = csum_and_memcpy((to += v.iov_len) - v.iov_len, in csum_and_copy_from_iter()
1501 sum = csum_and_memcpy((to += v.bv_len) - v.bv_len, in csum_and_copy_from_iter_full()
1507 sum = csum_and_memcpy((to += v.iov_len) - v.iov_len, in csum_and_copy_from_iter_full()
1547 sum = csum_and_memcpy(p + v.bv_offset, in csum_and_copy_to_iter()
1553 sum = csum_and_memcpy(v.iov_base, in csum_and_copy_to_iter()