Searched defs:pblk_line_mgmt (Results 1 – 2 of 2) sorted by relevance
490 struct pblk_line_mgmt { struct491 int nr_lines; /* Total number of full lines */492 int nr_free_lines; /* Number of full lines in free list */495 struct list_head free_list; /* Full lines ready to use */496 struct list_head corrupt_list; /* Full lines corrupted */497 struct list_head bad_list; /* Full lines bad */500 struct list_head *gc_lists[PBLK_GC_NR_LISTS];501 struct list_head gc_high_list; /* Full lines ready to GC, high isc */502 struct list_head gc_mid_list; /* Full lines ready to GC, mid isc */503 struct list_head gc_low_list; /* Full lines ready to GC, low isc */[all …]
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 …]