Home
last modified time | relevance | path

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

/mm/
Dmigrate.c916 try_to_unmap(page, TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS); in __unmap_and_move()
1053 try_to_unmap(hpage, TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS); in unmap_and_move_huge_page()
Dmemory-failure.c1016 ret = try_to_unmap(ppage, ttu); in hwpoison_user_mappings()
Drmap.c1568 int try_to_unmap(struct page *page, enum ttu_flags flags) in try_to_unmap() function
Dvmscan.c1024 switch (try_to_unmap(page, ttu_flags)) { in shrink_page_list()