Lines Matching refs:zone
60 main memory will have over 32 million 4k pages in a single zone. When a large
82 The Unevictable LRU infrastructure consists of an additional, per-zone, LRU list
111 The unevictable list benefits from the "arrayification" of the per-zone LRU
115 unevictable pages are placed directly on the page's zone's unevictable list
116 under the zone lru_lock. This allows us to prevent the stranding of pages on
128 The memory controller data structure automatically gets a per-zone unevictable
129 list as a result of the "arrayification" of the per-zone LRU lists (one per
216 unevictable list for the zone being scanned.
349 is now mlocked and divert the page to the zone's unevictable list. If
411 mlocked, munlock_vma_page() updates that zone statistics for the number of
422 try_to_munlock(), which will restore the PG_mlocked flag and update the zone
676 inactive lists to the appropriate zone's unevictable list.