Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dswap.h459 static inline bool vm_swap_full(void) in vm_swap_full() function
521 #define vm_swap_full() 0 macro
744 return vm_swap_full(); in mem_cgroup_swap_full()
/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c873 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) { in scan_swap_map_slots()
956 if (vm_swap_full() && in scan_swap_map_slots()
973 if (vm_swap_full() && in scan_swap_map_slots()
H A Dmemcontrol.c7389 if (vm_swap_full()) in mem_cgroup_swap_full()