Searched refs:SWAP_MLOCK (Results 1 – 5 of 5) sorted by relevance
274 #define SWAP_MLOCK 3 macro
1324 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()
132 if (ret != SWAP_MLOCK) in __munlock_isolated_page()
1069 case SWAP_MLOCK: in shrink_page_list()
221 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 scan566 the functions mlock the page via mlock_vma_page() and return SWAP_MLOCK. This612 when try_to_unmap() returns SWAP_MLOCK, as discussed above.