Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dswap.h170 #define SWAP_CONT_MAX 0x7f /* Max count, in each swap_map continuation */ macro
/linux-2.6.39/mm/
Dswapfile.c2445 if ((count & ~COUNT_CONTINUED) != SWAP_CONT_MAX) in add_swap_count_continuation()
2491 while (*map == (SWAP_CONT_MAX | COUNT_CONTINUED)) { in swap_count_continued()
2497 if (*map == SWAP_CONT_MAX) { in swap_count_continued()
2535 *map = SWAP_CONT_MAX | count; in swap_count_continued()