Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drmap.h271 #define SWAP_MLOCK 3 macro
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt221 map in try_to_unmap(). If try_to_unmap() returns SWAP_MLOCK,
543 SWAP_MLOCK, indicating that the page is unevictable.
559 mm_struct's mmap semaphore to mlock the page, returning SWAP_MLOCK if this
598 try_to_unmap_cluster() will return SWAP_MLOCK, rather than the default
625 mlock_vma_page() and return SWAP_MLOCK. This effectively undoes the
688 when try_to_unmap() returns SWAP_MLOCK, as discussed above.
/linux-4.1.27/mm/
Dmlock.c132 if (ret != SWAP_MLOCK) in __munlock_isolated_page()
Drmap.c1313 ret = SWAP_MLOCK; in try_to_unmap_one()
1383 if (ret != SWAP_MLOCK && !page_mapped(page)) in try_to_unmap()
Dvmscan.c1028 case SWAP_MLOCK: in shrink_page_list()