Searched refs:wmark_pages (Results 1 – 1 of 1) sorted by relevance
1066 static inline unsigned long wmark_pages(const struct zone *z, in wmark_pages() function1074 return wmark_pages(z, WMARK_MIN); in min_wmark_pages()1079 return wmark_pages(z, WMARK_LOW); in low_wmark_pages()1084 return wmark_pages(z, WMARK_HIGH); in high_wmark_pages()1089 return wmark_pages(z, WMARK_PROMO); in promo_wmark_pages()
Completed in 13 milliseconds