Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dswap.h466 static inline bool vm_swap_full(void) in vm_swap_full() function
528 #define vm_swap_full() 0 macro
731 return vm_swap_full(); in mem_cgroup_swap_full()
/kernel/linux/linux-5.10/mm/
Dswapfile.c869 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map_slots()
952 if (vm_swap_full() && in scan_swap_map_slots()
969 if (vm_swap_full() && in scan_swap_map_slots()
Dmemcontrol.c7437 if (vm_swap_full()) in mem_cgroup_swap_full()