Searched refs:COUNT_CONTINUED (Results 1 – 2 of 2) sorted by relevance
1532 } else if ((count & ~COUNT_CONTINUED) <= SWAP_MAP_MAX) { in swap_entry_put_locked()1533 if (count == COUNT_CONTINUED) { in swap_entry_put_locked()1535 count = SWAP_MAP_MAX | COUNT_CONTINUED; in swap_entry_put_locked()1824 if (!(count & COUNT_CONTINUED)) in swp_swapcount()1827 count &= ~COUNT_CONTINUED; in swp_swapcount()1840 count += (tmp_count & ~COUNT_CONTINUED) * n; in swp_swapcount()1842 } while (tmp_count & COUNT_CONTINUED); in swp_swapcount()3713 } else if ((count & ~COUNT_CONTINUED) > SWAP_MAP_MAX) { in __swap_duplicate()3728 else if ((count & ~COUNT_CONTINUED) < SWAP_MAP_MAX) in __swap_duplicate()3731 count = COUNT_CONTINUED; in __swap_duplicate()[all …]
228 #define COUNT_CONTINUED 0x80 /* Flag swap_map continuation for full count */ macro