Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmmzone.h1081 static inline unsigned long wmark_pages(const struct zone *z, in wmark_pages() function
1089 return wmark_pages(z, WMARK_MIN); in min_wmark_pages()
1094 return wmark_pages(z, WMARK_LOW); in low_wmark_pages()
1099 return wmark_pages(z, WMARK_HIGH); in high_wmark_pages()
1104 return wmark_pages(z, WMARK_PROMO); in promo_wmark_pages()
/linux/mm/
H A Dcompaction.c2482 watermark = wmark_pages(zone, alloc_flags & ALLOC_WMARK_MASK); in compaction_suit_allocation_order()
H A Dpage_alloc.c3836 mark = wmark_pages(zone, alloc_flags & ALLOC_WMARK_MASK); in get_page_from_freelist()
5067 mark = wmark_pages(zone, alloc_flags & ALLOC_WMARK_MASK) + nr_pages; in alloc_pages_bulk_noprof()
H A Dvmscan.c4885 unsigned long size = wmark_pages(zone, mark) + MIN_LRU_BATCH; in should_abort_scan()