Searched refs:csstate (Results 1 – 1 of 1) sorted by relevance
812 struct csum_state *csstate = _csstate; in csum_and_copy_to_iter() local819 csstate->csum = csum_block_add(csstate->csum, in csum_and_copy_to_iter()821 csstate->off); in csum_and_copy_to_iter()822 csstate->off += bytes; in csum_and_copy_to_iter()826 sum = csum_shift(csstate->csum, csstate->off); in csum_and_copy_to_iter()831 csstate->csum = csum_shift(sum, csstate->off); in csum_and_copy_to_iter()832 csstate->off += bytes; in csum_and_copy_to_iter()
Completed in 5 milliseconds