Home
last modified time | relevance | path

Searched refs:SWAP_FAIL (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Drmap.h258 #define try_to_unmap(page, refs) SWAP_FAIL
273 #define SWAP_FAIL 2 macro
/linux-4.4.14/mm/
Drmap.c852 return SWAP_FAIL; /* To break the loop */ in page_referenced_one()
873 return SWAP_FAIL; /* To break the loop */ in page_referenced_one()
1332 ret = SWAP_FAIL; in try_to_unmap_one()
1405 ret = SWAP_FAIL; in try_to_unmap_one()
1428 if (ret != SWAP_FAIL && ret != SWAP_MLOCK && !(flags & TTU_MUNLOCK)) in try_to_unmap_one()
Dmemory-failure.c972 return SWAP_FAIL; in hwpoison_user_mappings()
Dvmscan.c1065 case SWAP_FAIL: in shrink_page_list()