Searched refs:ttu (Results 1 – 2 of 2) sorted by relevance
1299 enum ttu_flags ttu = TTU_IGNORE_MLOCK | TTU_SYNC; in hwpoison_user_mappings() local1330 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()1346 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()1364 try_to_unmap(hpage, ttu); in hwpoison_user_mappings()1376 try_to_unmap(hpage, ttu|TTU_RMAP_LOCKED); in hwpoison_user_mappings()1381 try_to_unmap(hpage, ttu); in hwpoison_user_mappings()
1334 enum ttu_flags ttu = 0; in unmap_and_move_huge_page() local1348 ttu |= TTU_RMAP_LOCKED; in unmap_and_move_huge_page()1351 try_to_migrate(hpage, ttu); in unmap_and_move_huge_page()
Completed in 15 milliseconds