Searched refs:SWAP_CONT_MAX (Results 1 – 2 of 2) sorted by relevance
223 #define SWAP_CONT_MAX 0x7f /* Max count */ macro
1520 n *= (SWAP_CONT_MAX + 1); in swp_swapcount()3508 if ((count & ~COUNT_CONTINUED) != SWAP_CONT_MAX) in add_swap_count_continuation()3561 while (*map == (SWAP_CONT_MAX | COUNT_CONTINUED)) { in swap_count_continued()3567 if (*map == SWAP_CONT_MAX) { in swap_count_continued()3604 *map = SWAP_CONT_MAX | count; in swap_count_continued()
Completed in 11 milliseconds