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:
committed by
David Goldblatt
parent
154aa5fcc1
commit
6bddb92ad6
@@ -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
|
||||
|
Reference in New Issue
Block a user