Searched refs:SWAP_BATCH (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | swap_slots.h | 9 #define SWAP_SLOTS_CACHE_SIZE SWAP_BATCH |
/linux/mm/ | ||
H A D | swapfile.c | 1251 n_goal = min3((long)n_goal, (long)SWAP_BATCH, avail_pgs); in get_swap_pages() |