Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dswap.h438 static inline bool vm_swap_full(void) in vm_swap_full() function
498 #define vm_swap_full() 0 macro
687 return vm_swap_full(); in mem_cgroup_swap_full()
/Linux-v5.4/mm/
Dswapfile.c827 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map_slots()
897 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map_slots()
912 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map_slots()
Dmemcontrol.c7161 if (vm_swap_full()) in mem_cgroup_swap_full()