Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dswap.h84 #define vm_swap_full() (nr_swap_pages*2 < total_swap_pages) macro
/linux-2.4.37.9/mm/
Dswapfile.c346 if (page_count(page) - !!page->buffers == 2 || vm_swap_full()) { in free_swap_and_cache()
Dmemory.c1171 if (vm_swap_full()) in do_swap_page()