Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dmemory-failure.c992 enum ttu_flags ttu = TTU_IGNORE_MLOCK | TTU_IGNORE_ACCESS; in hwpoison_user_mappings() local
1024 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()
1040 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()
1058 unmap_success = try_to_unmap(hpage, ttu); in hwpoison_user_mappings()
1071 ttu|TTU_RMAP_LOCKED); in hwpoison_user_mappings()
1078 unmap_success = try_to_unmap(hpage, ttu); in hwpoison_user_mappings()
Dmigrate.c1332 enum ttu_flags ttu = TTU_MIGRATION|TTU_IGNORE_MLOCK| in unmap_and_move_huge_page() local
1347 ttu |= TTU_RMAP_LOCKED; in unmap_and_move_huge_page()
1350 try_to_unmap(hpage, ttu); in unmap_and_move_huge_page()