Searched refs:COUNT_CONTINUED (Results 1 – 2 of 2) sorted by relevance
1380 if (count == COUNT_CONTINUED) { in __swap_entry_free_locked()1664 if (!(count & COUNT_CONTINUED)) in swp_swapcount()1667 count &= ~COUNT_CONTINUED; in swp_swapcount()3601 count = COUNT_CONTINUED; in __swap_duplicate()3754 BUG_ON(count & COUNT_CONTINUED); in add_swap_count_continuation()3767 if (!(count & COUNT_CONTINUED)) in add_swap_count_continuation()3814 BUG_ON(count & COUNT_CONTINUED); in swap_count_continued()3850 *map = COUNT_CONTINUED; in swap_count_continued()3859 BUG_ON(count != COUNT_CONTINUED); in swap_count_continued()3874 count = COUNT_CONTINUED; in swap_count_continued()[all …]
228 #define COUNT_CONTINUED 0x80 /* Flag swap_map continuation for full count */ macro