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

/linux-master/include/linux/
H A Dswap.h450 static inline bool vm_swap_full(void) function
510 #define vm_swap_full() 0 macro
677 return vm_swap_full();
/linux-master/mm/
H A Dswapfile.c66 /* protected with swap_lock. reading in vm_swap_full() doesn't need lock */
797 if (vm_swap_full() && READ_ONCE(si->swap_map[offset]) == SWAP_HAS_CACHE) {
903 if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) {
H A Dmemcontrol.c7953 if (vm_swap_full())

Completed in 248 milliseconds