Lines Matching full:pages
8 Zswap is a lightweight compressed cache for swap pages. It takes pages that are
26 Zswap evicts pages from compressed cache on an LRU basis to the backing swap
40 When zswap is disabled at runtime it will stop storing pages that are
42 back into memory all of the pages stored in the compressed pool. The
43 pages stored in zswap will remain in the compressed pool until they are
45 pages out of the compressed pool, a swapoff on the swap device(s) will
46 fault back into memory all swapped out pages, including those in the
52 Zswap receives pages for compression from the swap subsystem and is able to
53 evict pages from its own compressed pool on an LRU basis and write them back to
60 pages are freed. The pool is not preallocated.
91 pages are not modified; they are left in their own pool. When a request is
93 compressor. Once all pages are removed from an old pool, the pool and its
96 Some of the pages in zswap are same-value filled pages (i.e. contents of the
97 page have same value or repetitive pattern). These pages include zero-filled
98 pages and they are handled differently. During store operation, a page is
104 pressure on swap (this will result in flipping pages in and out zswap pool
107 refuse taking pages into zswap pool until it has sufficient space if the limit
108 has been hit. To set the threshold at which zswap would start accepting pages
122 Note that if the store failures are recurring (for e.g if the pages are
124 writeback (because the same pages might be rejected again and again).
127 can be advantageous to proactively write these cold pages to swap and reclaim
137 of pages stored, same-value filled pages and various counters for the reasons
138 pages are rejected.