Home
last modified time | relevance | path

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

/lib/
Diov_iter.c573 __wsum *csum, struct iov_iter *i) in csum_and_copy_to_pipe_iter() argument
578 __wsum sum = *csum; in csum_and_copy_to_pipe_iter()
599 *csum = sum; in csum_and_copy_to_pipe_iter()
1404 size_t csum_and_copy_from_iter(void *addr, size_t bytes, __wsum *csum, in csum_and_copy_from_iter() argument
1410 sum = *csum; in csum_and_copy_from_iter()
1439 *csum = sum; in csum_and_copy_from_iter()
1444 bool csum_and_copy_from_iter_full(void *addr, size_t bytes, __wsum *csum, in csum_and_copy_from_iter_full() argument
1450 sum = *csum; in csum_and_copy_from_iter_full()
1481 *csum = sum; in csum_and_copy_from_iter_full()
1491 __wsum *csum = csump; in csum_and_copy_to_iter() local
[all …]