Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dswap_slots.h9 #define SWAP_SLOTS_CACHE_SIZE SWAP_BATCH
Dswap.h31 #define SWAP_BATCH 64 macro
/Linux-v4.19/mm/
Dswapfile.c695 if (nr > SWAP_BATCH) in scan_swap_map_slots()
696 nr = SWAP_BATCH; in scan_swap_map_slots()
958 if (n_goal > SWAP_BATCH) in get_swap_pages()
959 n_goal = SWAP_BATCH; in get_swap_pages()