Home
last modified time | relevance | path

Searched refs:PAGEVEC_SIZE (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/linux/
Dpagevec.h15 #define PAGEVEC_SIZE 15 macro
25 struct page *pages[PAGEVEC_SIZE];
56 return PAGEVEC_SIZE - pvec->nr; in pagevec_space()
86 struct folio *folios[PAGEVEC_SIZE];
113 return PAGEVEC_SIZE - fbatch->nr; in fbatch_space()
/Linux-v6.1/mm/
Dtruncate.c336 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range()
505 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_mapping_pagevec()
631 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_inode_pages2_range()
Dswap.c1106 PAGEVEC_SIZE, pvec->pages); in pagevec_lookup_range_tag()
Dshmem.c910 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range()
1260 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unuse_inode()
Dvmscan.c4672 if (!walk && bitmap_weight(bitmap, MIN_LRU_BATCH) < PAGEVEC_SIZE) { in lru_gen_look_around()