Home
last modified time | relevance | path

Searched defs:pblk_line_mgmt (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/lightnvm/
Dpblk.h490 struct pblk_line_mgmt { struct
491 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 …]