Searched refs:SWAP_HAS_CACHE (Results 1 – 3 of 3) sorted by relevance
180 VM_BUG_ON(!(*map & SWAP_HAS_CACHE)); in swap_only_has_cache()181 if (*map != SWAP_HAS_CACHE) in swap_only_has_cache()693 case SWAP_HAS_CACHE: in cluster_reclaim_range()732 case SWAP_HAS_CACHE: in cluster_scan_range()1368 count &= ~SWAP_HAS_CACHE; in __swap_entry_free_locked()1370 if (usage == SWAP_HAS_CACHE) { in __swap_entry_free_locked()1513 if (count == SWAP_HAS_CACHE) in __swap_entries_free()3576 count &= ~SWAP_HAS_CACHE; in __swap_duplicate()3594 count &= ~SWAP_HAS_CACHE; in __swap_duplicate()3596 if (usage == SWAP_HAS_CACHE) in __swap_duplicate()[all …]
4240 if ((si->swap_map[offset + i] & SWAP_HAS_CACHE)) in non_swapcache_batch()
227 #define SWAP_HAS_CACHE 0x40 /* Flag page is cached, in first swap_map */ macro