Lines Matching full:swap
10 Zswap is a lightweight compressed cache for swap pages. It takes pages that are
13 for potentially reduced swap I/O. This trade-off can also result in a
15 faster than reads from a swap device.
28 dramatically reduce their swap I/O pressure, avoiding heavy handed I/O
31 * Users with SSDs as swap devices can extend the life of the device by
34 Zswap evicts pages from compressed cache on an LRU basis to the backing swap
53 pages out of the compressed pool, a swapoff on the swap device(s) will
62 the backing swap device in the case that the compressed pool is full.
83 When a swap page is passed from frontswap to zswap, zswap maintains a mapping
84 of the swap entry, a combination of the swap type and swap offset, to the zpool
85 handle that references that compressed swap page. This mapping is achieved
86 with a red-black tree per swap type. The swap offset is the search key for the
89 During a page fault on a PTE that is a swap entry, frontswap calls the zswap
93 Once there are no PTEs referencing a swap page stored in zswap (i.e. the count
94 in the swap_map goes to 0) the swap code calls the zswap invalidate function,
138 pressure on swap (this will result in flipping pages in and out zswap pool