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:
committed by
David Goldblatt
parent
55e0f60ca1
commit
be0d7a53f3
@@ -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;
|
||||
|
Reference in New Issue
Block a user