Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drmap.h89 TTU_IGNORE_MLOCK = (1 << 8), /* ignore mlock */ enumerator
/linux-4.1.27/mm/
Dmigrate.c883 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS); in __unmap_and_move()
1041 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS); in unmap_and_move_huge_page()
Dmemory-failure.c924 enum ttu_flags ttu = TTU_UNMAP | TTU_IGNORE_MLOCK | TTU_IGNORE_ACCESS; in hwpoison_user_mappings()
Drmap.c1200 if (!(flags & TTU_IGNORE_MLOCK)) { in try_to_unmap_one()