Searched refs:PAGEMAP_BATCH (Results 1 – 1 of 1) sorted by relevance
736 #define PAGEMAP_BATCH (64 << 10) macro739 uint64_t buf[PAGEMAP_BATCH]; in walk_vma()746 batch = min_t(unsigned long, count, PAGEMAP_BATCH); in walk_vma()982 uint8_t vec[PAGEMAP_BATCH]; in walk_file()983 uint64_t buf[PAGEMAP_BATCH], flags; in walk_file()997 if (nr_pages > PAGEMAP_BATCH) in walk_file()998 nr_pages = PAGEMAP_BATCH; in walk_file()