Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/lightnvm/
Dpblk.h171 struct pblk_rb { struct
172 struct pblk_rb_entry *entries; /* Ring buffer entries */ argument
173 unsigned int mem; /* Write offset - points to next
176 unsigned int subm; /* Read offset - points to last entry
180 unsigned int sync; /* Synced - backpointer that signals
184 unsigned int flush_point; /* Sync point - last entry that must be
188 unsigned int l2p_update; /* l2p update point - next entry for
193 unsigned int nr_entries; /* Number of entries in write buffer -
196 unsigned int seg_size; /* Size of the data segments being
201 struct list_head pages; /* List of data pages */
[all …]