Home
last modified time | relevance | path

Searched refs:TTU_MUNLOCK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Drmap.h87 TTU_MUNLOCK = 4, /* munlock mode */ enumerator
/linux-4.4.14/mm/
Drmap.c1308 if ((flags & TTU_MUNLOCK) && !(vma->vm_flags & VM_LOCKED)) in try_to_unmap_one()
1327 if (flags & TTU_MUNLOCK) in try_to_unmap_one()
1428 if (ret != SWAP_FAIL && ret != SWAP_MLOCK && !(flags & TTU_MUNLOCK)) in try_to_unmap_one()
1522 .arg = (void *)TTU_MUNLOCK, in try_to_munlock()