Home
last modified time | relevance | path

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

/system/ulib/ftl/ftln/
A Dftln_rd.c88 status = ftl->read_pages(ftl->start_pn + staged->first_ppn, staged->run_cnt, staged->buf, in flush_pending_reads()
92 staged->buf += staged->run_cnt * ftl->page_size; in flush_pending_reads()
112 staged->first_ppn = (ui32)-1; in flush_pending_reads()
113 staged->run_cnt = 0; in flush_pending_reads()
132 StagedRd staged; in read_sectors() local
135 staged.buf = data; in read_sectors()
136 staged.run_cnt = 0; in read_sectors()
137 staged.first_ppn = (ui32)-1; in read_sectors()
163 staged.buf += byte_count; in read_sectors()
177 if (staged.run_cnt) { in read_sectors()
[all …]

Completed in 3 milliseconds