Searched refs:csstate (Results 1 – 2 of 2) sorted by relevance
583 struct csum_state *csstate, in csum_and_copy_to_pipe_iter() argument588 __wsum sum = csstate->csum; in csum_and_copy_to_pipe_iter()589 size_t off = csstate->off; in csum_and_copy_to_pipe_iter()613 csstate->csum = sum; in csum_and_copy_to_pipe_iter()614 csstate->off = off; in csum_and_copy_to_pipe_iter()1522 struct csum_state *csstate = _csstate; in csum_and_copy_to_iter() local1530 sum = csstate->csum; in csum_and_copy_to_iter()1531 off = csstate->off; in csum_and_copy_to_iter()1559 csstate->csum = sum; in csum_and_copy_to_iter()1560 csstate->off = off; in csum_and_copy_to_iter()
284 size_t csum_and_copy_to_iter(const void *addr, size_t bytes, void *csstate, struct iov_iter *i);