Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c597 struct csum_state *csstate, in csum_and_copy_to_pipe_iter() argument
602 __wsum sum = csstate->csum; in csum_and_copy_to_pipe_iter()
603 size_t off = csstate->off; in csum_and_copy_to_pipe_iter()
627 csstate->csum = sum; in csum_and_copy_to_pipe_iter()
628 csstate->off = off; in csum_and_copy_to_pipe_iter()
1536 struct csum_state *csstate = _csstate; in csum_and_copy_to_iter() local
1544 sum = csstate->csum; in csum_and_copy_to_iter()
1545 off = csstate->off; in csum_and_copy_to_iter()
1573 csstate->csum = sum; in csum_and_copy_to_iter()
1574 csstate->off = off; in csum_and_copy_to_iter()
/OK3568_Linux_fs/kernel/include/linux/
H A Duio.h284 size_t csum_and_copy_to_iter(const void *addr, size_t bytes, void *csstate, struct iov_iter *i);