Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Diov_iter.c303 static __wsum csum_and_memcpy(void *to, const void *from, size_t len, in csum_and_memcpy() function
1197 sum = csum_and_memcpy(addr + off, base, len, sum, off); in csum_and_copy_from_iter()
1228 sum = csum_and_memcpy(base, addr + off, len, sum, off); in csum_and_copy_to_iter()