Lines Matching refs: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 through the Frontswap API 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. By default, a zpool
68 The zbud type zpool allocates exactly 1 page to store 2 compressed pages, which
70 zbud pages). The zsmalloc type zpool has a more complex compressed page
102 compressed pages are not modified; they are left in their own zpool. When a
104 original compressor. Once all pages are removed from an old zpool, the zpool
107 Some of the pages in zswap are same-value filled pages (i.e. contents of the
108 page have same value or repetitive pattern). These pages include zero-filled
109 pages and they are handled differently. During store operation, a page is
114 Same-value filled pages identification feature is enabled by default and can be
123 checking for the same-value filled pages during store operation.
125 However, the existing pages which are marked as same-value filled pages remain
129 ability to efficiently store same-filled pages without enabling the whole
131 In this case the handling of non-same-value pages by zswap (enabled by default)
141 pages by zswap.
144 pressure on swap (this will result in flipping pages in and out zswap pool
147 refuse taking pages into zswap pool until it has sufficient space if the limit
148 has been hit. To set the threshold at which zswap would start accepting pages
157 of pages stored, same-value filled pages and various counters for the reasons
158 pages are rejected.