Home
last modified time | relevance | path

Searched refs:SWAP_MAP_MAX (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/mm/
Dswapfile.c196 if (count < SWAP_MAP_MAX) { in swap_entry_free()
654 if (*swap_map == SWAP_MAP_MAX) { in try_to_unuse()
1177 if (p->swap_map[offset] < SWAP_MAP_MAX - 1) { in swap_duplicate()
1180 } else if (p->swap_map[offset] <= SWAP_MAP_MAX) { in swap_duplicate()
1183 p->swap_map[offset] = SWAP_MAP_MAX; in swap_duplicate()
/linux-2.4.37.9/include/linux/
Dswap.h58 #define SWAP_MAP_MAX 0x7fff macro