Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h320 #define wmark_pages(z, i) (z->_watermark[i] + z->watermark_boost) macro
/OK3568_Linux_fs/kernel/mm/
H A Dcompaction.c2129 watermark = wmark_pages(zone, alloc_flags & ALLOC_WMARK_MASK); in __compaction_suitable()
H A Dpage_alloc.c4032 mark = wmark_pages(zone, alloc_flags & ALLOC_WMARK_MASK); in get_page_from_freelist()