HPA: Don't track inactive pages.

This is really only useful for human consumption.  Correspondingly, emit it only
in the human-readable stats, and let everybody else compute from the hugepage
size and nactive.
This commit is contained in:
David Goldblatt
2020-12-03 18:43:10 -08:00
committed by David Goldblatt
parent 55e0f60ca1
commit be0d7a53f3
6 changed files with 9 additions and 53 deletions

View File

@@ -29,8 +29,6 @@ struct psset_bin_stats_s {
size_t npageslabs;
/* Of them, how many pages are active? */
size_t nactive;
/* How many are inactive? */
size_t ninactive;
};
typedef struct psset_stats_s psset_stats_t;