Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drmap.h255 #define try_to_unmap(page, refs) SWAP_FAIL
270 #define SWAP_FAIL 2 macro
/linux-4.1.27/mm/
Drmap.c746 return SWAP_FAIL; /* To break the loop */ in page_referenced_one()
767 return SWAP_FAIL; /* To break the loop */ in page_referenced_one()
1209 ret = SWAP_FAIL; in try_to_unmap_one()
1255 ret = SWAP_FAIL; in try_to_unmap_one()
1293 if (ret != SWAP_FAIL && !(flags & TTU_MUNLOCK)) in try_to_unmap_one()
Dmemory-failure.c950 return SWAP_FAIL; in hwpoison_user_mappings()
1010 return SWAP_FAIL; in hwpoison_user_mappings()
Dvmscan.c1024 case SWAP_FAIL: in shrink_page_list()