Lines Matching +full:not +full:- +full:swapped
1 .. SPDX-License-Identifier: GPL-2.0
9 Swap table implements swap cache as a per-cluster swap cache value array.
12 ----------
23 ----------
29 1. NULL: This swap entry is not used.
35 3. shadow: The shadow contains the working set information of the swapped
36 out folio. This is the normal state for a swapped out page.
39 --------------------
48 If we have a per-cluster array to store swap cache value in the cluster.
51 We give such a per-cluster swap cache value array a name: the swap table.
55 page table, which is one page on modern 64-bit systems.
61 -------