Home
last modified time | relevance | path

Searched refs:first_ppn (Results 1 – 1 of 1) sorted by relevance

/system/ulib/ftl/ftln/
A Dftln_rd.c10 ui32 first_ppn; // first physical page number or -1 member
95 b_ptr = &ftl->bdata[staged->first_ppn / ftl->pgs_per_blk]; in flush_pending_reads()
112 staged->first_ppn = (ui32)-1; in flush_pending_reads()
137 staged.first_ppn = (ui32)-1; in read_sectors()
207 if (staged.first_ppn != (ui32)-1) in read_sectors()
228 if (staged.first_ppn != (ui32)-1) in read_sectors()
243 if ((staged.first_ppn + staged.run_cnt == pn) && in read_sectors()
244 (staged.first_ppn / ftl->pgs_per_blk == pn / ftl->pgs_per_blk)) in read_sectors()
249 if (staged.first_ppn != (ui32)-1) in read_sectors()
252 staged.first_ppn = pn; in read_sectors()
[all …]

Completed in 3 milliseconds