Searched refs:vm_swap_full (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 335 milliseconds