Searched refs:eviction (Results 1 – 9 of 9) sorted by relevance
155 static void *pack_shadow(unsigned long eviction, struct zone *zone) in pack_shadow() argument157 eviction = (eviction << NODES_SHIFT) | zone_to_nid(zone); in pack_shadow()158 eviction = (eviction << ZONES_SHIFT) | zone_idx(zone); in pack_shadow()159 eviction = (eviction << RADIX_TREE_EXCEPTIONAL_SHIFT); in pack_shadow()161 return (void *)(eviction | RADIX_TREE_EXCEPTIONAL_ENTRY); in pack_shadow()169 unsigned long eviction; in unpack_shadow() local179 eviction = entry; in unpack_shadow()202 *distance = (refault - eviction) & mask; in unpack_shadow()216 unsigned long eviction; in workingset_eviction() local218 eviction = atomic_long_inc_return(&zone->inactive_age); in workingset_eviction()[all …]
2 . Where should we do eviction (detatch_pages())? We aren't necessarily
67 zsmalloc does not implement compressed page eviction, so once zswap fills it
151 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
160 supported but with cache eviction at NFS server, this could
306 simply of return 1. Note that all actual eviction work is done by caller after
325 (usually a cache eviction or replacement) and when it finishes
91 by the time you notice the eviction event.
245 Under certain conditions this erratum can cause a clean line eviction