Home
last modified time | relevance | path

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

/linux/mm/
H A Dtruncate.c186 TTU_IGNORE_MLOCK; in try_folio_split_or_unmap()
H A Dmemory-failure.c1526 enum ttu_flags ttu = TTU_IGNORE_MLOCK | TTU_SYNC | TTU_HWPOISON; in unmap_poisoned_folio()
H A Dkhugepaged.c2030 TTU_IGNORE_MLOCK | TTU_BATCH_FLUSH); in collapse_file()
H A Drmap.c2030 if (!(flags & TTU_IGNORE_MLOCK) && in try_to_unmap_one()
H A Dhuge_memory.c3350 try_to_unmap(folio, ttu_flags | TTU_IGNORE_MLOCK); in unmap_folio()
/linux/include/linux/
H A Drmap.h97 TTU_IGNORE_MLOCK = 0x8, /* ignore mlock */ enumerator