Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dfilemap.c2929 size_t total_spliced = 0, used, npages; in filemap_splice_read() local
2998 total_spliced += n; in filemap_splice_read()
3012 return total_spliced ? total_spliced : error; in filemap_splice_read()
H A Dshmem.c2942 size_t total_spliced = 0, used, npages, n, part; in shmem_file_splice_read() local
3009 total_spliced += n; in shmem_file_splice_read()
3022 return total_spliced ? total_spliced : error; in shmem_file_splice_read()