Home
last modified time | relevance | path

Searched refs:SWAP_MLOCK (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Drmap.h274 #define SWAP_MLOCK 3 macro
/linux-4.4.14/mm/
Drmap.c1324 ret = SWAP_MLOCK; in try_to_unmap_one()
1428 if (ret != SWAP_FAIL && ret != SWAP_MLOCK && !(flags & TTU_MUNLOCK)) in try_to_unmap_one()
1497 if (ret != SWAP_MLOCK && !page_mapped(page)) in try_to_unmap()
Dmlock.c132 if (ret != SWAP_MLOCK) in __munlock_isolated_page()
Dvmscan.c1069 case SWAP_MLOCK: in shrink_page_list()
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt221 map in try_to_unmap(). If try_to_unmap() returns SWAP_MLOCK,
541 and return SWAP_MLOCK to indicate that the page is unevictable: and the scan
566 the functions mlock the page via mlock_vma_page() and return SWAP_MLOCK. This
612 when try_to_unmap() returns SWAP_MLOCK, as discussed above.