Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dswap.h420 static inline bool vm_swap_full(void) in vm_swap_full() function
457 #define vm_swap_full() 0 macro
/linux-4.4.14/mm/
Dswapfile.c567 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map()
607 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map()
622 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map()
1011 (!page_mapped(page) || vm_swap_full())) { in free_swap_and_cache()
Dvmscan.c1207 if (PageSwapCache(page) && vm_swap_full()) in shrink_page_list()
Dmemory.c2621 if (vm_swap_full() || (vma->vm_flags & VM_LOCKED) || PageMlocked(page)) in do_swap_page()