Searched refs:ttu (Results 1 – 2 of 2) sorted by relevance
1404 enum ttu_flags ttu = TTU_IGNORE_MLOCK | TTU_SYNC; in hwpoison_user_mappings() local1434 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()1449 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()1472 try_to_unmap(folio, ttu|TTU_RMAP_LOCKED); in hwpoison_user_mappings()1477 try_to_unmap(folio, ttu); in hwpoison_user_mappings()
1313 enum ttu_flags ttu = 0; in unmap_and_move_huge_page() local1326 ttu = TTU_RMAP_LOCKED; in unmap_and_move_huge_page()1329 try_to_migrate(src, ttu); in unmap_and_move_huge_page()1332 if (ttu & TTU_RMAP_LOCKED) in unmap_and_move_huge_page()