Searched refs:has_cache (Results 1 – 1 of 1) sorted by relevance
766 unsigned char has_cache; in swap_entry_free() local769 has_cache = count & SWAP_HAS_CACHE; in swap_entry_free()773 VM_BUG_ON(!has_cache); in swap_entry_free()774 has_cache = 0; in swap_entry_free()794 usage = count | has_cache; in swap_entry_free()2628 unsigned char has_cache; in __swap_duplicate() local2655 has_cache = count & SWAP_HAS_CACHE; in __swap_duplicate()2662 if (!has_cache && count) in __swap_duplicate()2663 has_cache = SWAP_HAS_CACHE; in __swap_duplicate()2664 else if (has_cache) /* someone else added cache */ in __swap_duplicate()[all …]