Home
last modified time | relevance | path

Searched refs:TTU_IGNORE_MLOCK (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Drmap.h96 TTU_IGNORE_MLOCK = 0x8, /* ignore mlock */ enumerator
/kernel/linux/linux-5.10/mm/
Dmigrate.c1144 try_to_unmap(page, TTU_MIGRATION|TTU_IGNORE_MLOCK); in __unmap_and_move()
1350 enum ttu_flags ttu = TTU_MIGRATION|TTU_IGNORE_MLOCK; in unmap_and_move_huge_page()
2709 int flags = TTU_MIGRATION | TTU_IGNORE_MLOCK; in migrate_vma_unmap()
Dmemory-failure.c992 enum ttu_flags ttu = TTU_IGNORE_MLOCK; in hwpoison_user_mappings()
Drmap.c1468 if (!(flags & TTU_IGNORE_MLOCK)) { in try_to_unmap_one()
Dmemory_hotplug.c1311 try_to_unmap(page, TTU_IGNORE_MLOCK); in do_migrate_range()
Dhuge_memory.c2354 enum ttu_flags ttu_flags = TTU_IGNORE_MLOCK | TTU_SYNC | in unmap_page()