Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dswap.h436 static inline bool vm_swap_full(void) in vm_swap_full() function
490 #define vm_swap_full() 0 macro
678 return vm_swap_full(); in mem_cgroup_swap_full()
/Linux-v4.19/mm/
Dswapfile.c779 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map_slots()
849 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map_slots()
864 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map_slots()
Dmemcontrol.c6560 if (vm_swap_full()) in mem_cgroup_swap_full()