Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dswap_slots.h9 #define SWAP_SLOTS_CACHE_SIZE SWAP_BATCH
Dswap.h33 #define SWAP_BATCH 64 macro
/Linux-v5.4/mm/
Dswapfile.c743 if (nr > SWAP_BATCH) in scan_swap_map_slots()
744 nr = SWAP_BATCH; in scan_swap_map_slots()
1007 if (n_goal > SWAP_BATCH) in get_swap_pages()
1008 n_goal = SWAP_BATCH; in get_swap_pages()