Lines Matching +full:parameter +full:- +full:less
12 dynamically allocated RAM-based memory pool. zswap basically trades CPU cycles
13 for potentially reduced swap I/O. This trade-off can also result in a
29 throttling by the hypervisor. This allows more work to get done with less
32 drastically reducing life-shortening writes.
77 means the compression ratio will always be 2:1 or worse (because of half-full
86 with a red-black tree per swap type. The swap offset is the search key for the
100 * max_pool_percent - The maximum percentage of memory that the compressed
111 When the zpool and/or compressor parameter is changed at runtime, any existing
117 Some of the pages in zswap are same-value filled pages (i.e. contents of the
118 page have same value or repetitive pattern). These pages include zero-filled
120 checked if it is a same-value filled page before compressing it. If true, the
121 compressed length of the page is set to zero and the pattern or same-filled
124 Same-value filled pages identification feature is enabled by default and can be
132 When zswap same-filled page identification is disabled at runtime, it will stop
133 checking for the same-value filled pages during store operation. However, the
134 existing pages which are marked as same-value filled pages remain stored
140 special parameter has been introduced to implement a sort of hysteresis to
148 Setting this parameter to 100 will disable the hysteresis.
151 of pages stored, same-value filled pages and various counters for the reasons