Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dfilemap.c2903 size_t total_spliced = 0, used, npages; in filemap_splice_read() local
2972 total_spliced += n; in filemap_splice_read()
2986 return total_spliced ? total_spliced : error; in filemap_splice_read()
H A Dshmem.c2940 size_t total_spliced = 0, used, npages, n, part; in shmem_file_splice_read() local
3007 total_spliced += n; in shmem_file_splice_read()
3020 return total_spliced ? total_spliced : error; in shmem_file_splice_read()

Completed in 12 milliseconds