Searched defs:pblk_line_mgmt (Results 1 – 1 of 1) sorted by relevance
498 struct pblk_line_mgmt { struct499 int nr_lines; /* Total number of full lines */500 int nr_free_lines; /* Number of full lines in free list */503 struct list_head free_list; /* Full lines ready to use */504 struct list_head corrupt_list; /* Full lines corrupted */505 struct list_head bad_list; /* Full lines bad */508 struct list_head *gc_lists[PBLK_GC_NR_LISTS];509 struct list_head gc_high_list; /* Full lines ready to GC, high isc */510 struct list_head gc_mid_list; /* Full lines ready to GC, mid isc */511 struct list_head gc_low_list; /* Full lines ready to GC, low isc */[all …]