Searched refs:PAGEVEC_SIZE (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/ |
D | pagevec.h | 13 #define PAGEVEC_SIZE 15 macro 21 struct page *pages[PAGEVEC_SIZE]; 71 return PAGEVEC_SIZE - pvec->nr; in pagevec_space()
|
/Linux-v4.19/mm/ |
D | truncate.c | 301 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range() 332 min(end - index, (pgoff_t)PAGEVEC_SIZE), in truncate_inode_pages_range() 419 min(end - index, (pgoff_t)PAGEVEC_SIZE), indices)) { in truncate_inode_pages_range() 545 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_mapping_pages() 554 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, in invalidate_mapping_pages() 671 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_inode_pages2_range() 685 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, in invalidate_inode_pages2_range()
|
D | swap.c | 997 pvec->nr = find_get_pages_range(mapping, start, end, PAGEVEC_SIZE, in pagevec_lookup_range() 1008 PAGEVEC_SIZE, pvec->pages); in pagevec_lookup_range_tag() 1018 min_t(unsigned int, max_pages, PAGEVEC_SIZE), pvec->pages); in pagevec_lookup_range_nr_tag()
|
D | shmem.c | 766 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unlock_mapping() 779 PAGEVEC_SIZE, pvec.pages, indices); in shmem_unlock_mapping() 804 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range() 816 min(end - index, (pgoff_t)PAGEVEC_SIZE), in shmem_undo_range() 907 min(end - index, (pgoff_t)PAGEVEC_SIZE), in shmem_undo_range() 2558 pgoff_t indices[PAGEVEC_SIZE]; in shmem_seek_hole_data() 2594 pvec.nr = PAGEVEC_SIZE; in shmem_seek_hole_data()
|
/Linux-v4.19/fs/afs/ |
D | write.c | 242 if (count > PAGEVEC_SIZE) in afs_kill_pages() 243 count = PAGEVEC_SIZE; in afs_kill_pages() 284 if (count > PAGEVEC_SIZE) in afs_redirty_pages() 285 count = PAGEVEC_SIZE; in afs_redirty_pages() 687 if (count > PAGEVEC_SIZE) in afs_pages_written_back() 688 count = PAGEVEC_SIZE; in afs_pages_written_back()
|
/Linux-v4.19/drivers/staging/erofs/ |
D | utils.c | 122 void *batch[PAGEVEC_SIZE]; in erofs_shrink_workstation() 130 batch, first_index, PAGEVEC_SIZE); in erofs_shrink_workstation()
|
/Linux-v4.19/fs/ |
D | dax.c | 633 pgoff_t indices[PAGEVEC_SIZE]; in dax_layout_busy_page() 667 min(end - index, (pgoff_t)PAGEVEC_SIZE), in dax_layout_busy_page() 1030 pgoff_t indices[PAGEVEC_SIZE]; in dax_writeback_mapping_range() 1056 PAGECACHE_TAG_TOWRITE, PAGEVEC_SIZE, in dax_writeback_mapping_range()
|
/Linux-v4.19/fs/nilfs2/ |
D | page.c | 515 pvec.nr = find_get_pages_contig(inode->i_mapping, index, PAGEVEC_SIZE, in nilfs_find_uncommitted_extent()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_gtt.c | 497 if (pvec->nr <= (immediate ? 0 : PAGEVEC_SIZE - 1)) in vm_free_pages_release()
|