Home
last modified time | relevance | path

Searched refs:ttu (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dmemory-failure.c992 enum ttu_flags ttu = TTU_IGNORE_MLOCK; in hwpoison_user_mappings() local
1024 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()
1040 ttu |= TTU_IGNORE_HWPOISON; in hwpoison_user_mappings()
1049 * because ttu takes the rmap data structures down. 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(p, ttu); in hwpoison_user_mappings()
H A Dmigrate.c1350 enum ttu_flags ttu = TTU_MIGRATION|TTU_IGNORE_MLOCK; in unmap_and_move_huge_page() local
1364 ttu |= TTU_RMAP_LOCKED; in unmap_and_move_huge_page()
1367 try_to_unmap(hpage, ttu); in unmap_and_move_huge_page()
/kernel/linux/linux-6.6/mm/
H A Dmemory-failure.c1553 enum ttu_flags ttu = TTU_IGNORE_MLOCK | TTU_SYNC | TTU_HWPOISON; in hwpoison_user_mappings() local
1578 ttu &= ~TTU_HWPOISON; in hwpoison_user_mappings()
1593 ttu &= ~TTU_HWPOISON; in hwpoison_user_mappings()
1602 * because ttu takes the rmap data structures down. in hwpoison_user_mappings()
1616 try_to_unmap(folio, ttu|TTU_RMAP_LOCKED); in hwpoison_user_mappings()
1621 try_to_unmap(folio, ttu); in hwpoison_user_mappings()
H A Dmigrate.c1415 enum ttu_flags ttu = 0; in unmap_and_move_huge_page() local
1428 ttu = TTU_RMAP_LOCKED; in unmap_and_move_huge_page()
1431 try_to_migrate(src, ttu); in unmap_and_move_huge_page()
1434 if (ttu & TTU_RMAP_LOCKED) in unmap_and_move_huge_page()

Completed in 13 milliseconds