psset: Rename "bitmap" to "pageslab_bitmap".

It tracks pageslabs.  Soon, we'll have another bitmap (to track dirty pages)
that we want to disambiguate.

While we're here, fix an out-of-date comment.
This commit is contained in:
David Goldblatt
2021-02-08 11:26:56 -08:00
committed by David Goldblatt
parent 154aa5fcc1
commit 6bddb92ad6
2 changed files with 8 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ struct psset_s {
*/
hpdata_age_heap_t pageslabs[PSSET_NPSIZES];
/* Bitmap for which set bits correspond to non-empty heaps. */
fb_group_t bitmap[FB_NGROUPS(PSSET_NPSIZES)];
fb_group_t pageslab_bitmap[FB_NGROUPS(PSSET_NPSIZES)];
/*
* The sum of all bin stats in stats. This lets us quickly answer
* queries for the number of dirty, active, and retained pages in the