Searched defs:dirty_seglist_info (Results 1 – 1 of 1) sorted by relevance
291 struct dirty_seglist_info { struct292 unsigned long *dirty_segmap[NR_DIRTY_TYPE];293 unsigned long *dirty_secmap;294 struct mutex seglist_lock; /* lock for segment bitmaps */295 int nr_dirty[NR_DIRTY_TYPE]; /* # of dirty segments */296 unsigned long *victim_secmap; /* background GC victims */297 unsigned long *pinned_secmap; /* pinned victims from foreground GC */298 unsigned int pinned_secmap_cnt; /* count of victims which has pinned data */299 bool enable_pin_section; /* enable pinning section */