Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dswap.h238 #define SWAP_CONT_MAX 0x7f /* Max count */ macro
/linux-6.6.21/mm/
Dswapfile.c1503 n *= (SWAP_CONT_MAX + 1); in swp_swapcount()
3500 if ((count & ~COUNT_CONTINUED) != SWAP_CONT_MAX) in add_swap_count_continuation()
3553 while (*map == (SWAP_CONT_MAX | COUNT_CONTINUED)) { in swap_count_continued()
3559 if (*map == SWAP_CONT_MAX) { in swap_count_continued()
3596 *map = SWAP_CONT_MAX | count; in swap_count_continued()