Home
last modified time | relevance | path

Searched refs:SWAP_AGAIN (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/mm/
Drmap.c741 return SWAP_AGAIN; in page_referenced_one()
762 return SWAP_AGAIN; in page_referenced_one()
793 return SWAP_AGAIN; in page_referenced_one()
896 return SWAP_AGAIN; in page_mkclean_one()
1188 int ret = SWAP_AGAIN; in try_to_unmap_one()
1470 int ret = SWAP_AGAIN; in rmap_walk_anon()
1485 if (ret != SWAP_AGAIN) in rmap_walk_anon()
1512 int ret = SWAP_AGAIN; in rmap_walk_file()
1534 if (ret != SWAP_AGAIN) in rmap_walk_file()
Dmlock.c122 int ret = SWAP_AGAIN; in __munlock_isolated_page()
Dksm.c1897 int ret = SWAP_AGAIN; in rmap_walk_ksm()
1938 if (ret != SWAP_AGAIN) { in rmap_walk_ksm()
Dmigrate.c178 return SWAP_AGAIN; in remove_migration_pte()
Dvmscan.c1026 case SWAP_AGAIN: in shrink_page_list()
/linux-4.1.27/include/linux/
Drmap.h269 #define SWAP_AGAIN 1 macro
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt547 return SWAP_AGAIN.
560 is successful, and SWAP_AGAIN, if not.
580 SWAP_SUCCESS. Otherwise, it will return SWAP_AGAIN, causing vmscan to
599 SWAP_AGAIN. This will allow vmscan to cull the page, rather than
603 returns SWAP_AGAIN, indicating that the page is mapped by a VM_LOCKED
629 semaphore, it will return SWAP_AGAIN. This will allow shrink_page_list() to
635 map the page, try_to_munlock() returns SWAP_AGAIN without actually mlocking the