Home
last modified time | relevance | path

Searched refs:wmark_pages (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmmzone.h1180 static inline unsigned long wmark_pages(const struct zone *z, in wmark_pages() function
1188 return wmark_pages(z, WMARK_MIN); in min_wmark_pages()
1193 return wmark_pages(z, WMARK_LOW); in low_wmark_pages()
1198 return wmark_pages(z, WMARK_HIGH); in high_wmark_pages()
1203 return wmark_pages(z, WMARK_PROMO); in promo_wmark_pages()
/linux/mm/
H A Dpage_alloc.c3906 mark = wmark_pages(zone, alloc_flags & ALLOC_WMARK_MASK); in get_page_from_freelist()
5230 mark = wmark_pages(zone, alloc_flags & ALLOC_WMARK_MASK) + nr_pages - nr_populated; in alloc_pages_bulk_noprof()
H A Dvmscan.c5037 unsigned long size = wmark_pages(zone, mark) + MIN_LRU_BATCH; in should_abort_scan()