Home
last modified time | relevance | path

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

/kernel/linux/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 …]
/kernel/linux/linux-4.19/drivers/lightnvm/
Dpblk.h498 struct pblk_line_mgmt { struct
499 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 …]