Lines Matching defs:referenced
189 * referenced - true if the entry recently entered the zswap pool. Unset by the
191 * logic if referenced is unset. See comments in the shrinker
201 bool referenced;
1151 * 1. Each zswap entry has a referenced bit, which the shrinker unsets (giving
1153 * entry is considered again by the shrinker, with its referenced bit unset,
1180 * Second chance algorithm: if the entry has its referenced bit set, give it
1181 * a second chance. Only clear the referenced bit and rotate it in the
1184 if (entry->referenced) {
1185 entry->referenced = false;
1541 entry->referenced = true;