struct zswap_lruvec_state { /* * Number of swapped in pages from disk, i.e not found in the zswap pool. * * This is consumed and subtracted from the lru size in * zswap_shrinker_count() to penalize past overshrinking that led to disk * swapins. The idea is that had we considered this many more pages in the * LRU active/protected and not written them back, we would not have had to * swapped them in.
*/
atomic_long_t nr_disk_swapins;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.