Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dusercopy.c169 bool is_reserved, is_cma; in check_page_span() local
210 is_cma = is_migrate_cma_page(page); in check_page_span()
211 if (!is_reserved && !is_cma) in check_page_span()
219 if (is_cma && !is_migrate_cma_page(page)) in check_page_span()