Lines Matching +full:look +full:- +full:up
1 .. SPDX-License-Identifier: GPL-2.0
9 Swap table implements swap cache as a per-cluster swap cache value array.
12 ----------
23 ----------
25 Swap cache is a map to look up folios using swap entry as the key. The result
39 --------------------
44 Notice that most of the time when we look up the swap cache, we are either
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 -------