Lines Matching full:swap
7 #include "swap.h"
9 /* A typical flat array in each cluster as swap table */
17 * A swap table entry represents the status of a swap slot on a swap
18 * (physical or virtual) device. The swap table in each cluster is a
19 * 1:1 map of the swap slots in this cluster.
21 * Each swap table entry could be a pointer (folio), a XA_VALUE
26 * Helpers for casting one type of info into a swap table entry.
49 * Helpers for swap table entry type checking.
67 * Helpers for retrieving info from swap table.
82 * Helpers for accessing or modifying the swap table of a cluster,
83 * the swap cluster must be locked.