Searched defs:dirty_seglist_info (Results 1 – 1 of 1) sorted by relevance
279 struct dirty_seglist_info { struct280 unsigned long *dirty_segmap[NR_DIRTY_TYPE];281 unsigned long *dirty_secmap;282 struct mutex seglist_lock; /* lock for segment bitmaps */283 int nr_dirty[NR_DIRTY_TYPE]; /* # of dirty segments */284 unsigned long *victim_secmap; /* background GC victims */285 unsigned long *pinned_secmap; /* pinned victims from foreground GC */286 unsigned int pinned_secmap_cnt; /* count of victims which has pinned data */287 bool enable_pin_section; /* enable pinning section */