Home
last modified time | relevance | path

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

/linux/mm/
H A Dfilemap.c2955 size_t total_spliced = 0, used, npages; in filemap_splice_read() local
3024 total_spliced += n; in filemap_splice_read()
3038 return total_spliced ? total_spliced : error; in filemap_splice_read()
H A Dshmem.c3535 size_t total_spliced = 0, used, npages, n, part; in shmem_file_splice_read() local
3624 total_spliced += n; in shmem_file_splice_read()
3637 return total_spliced ? total_spliced : error; in shmem_file_splice_read()