Searched refs:run_cnt (Results 1 – 1 of 1) sorted by relevance
11 ui32 run_cnt; // number of staged page reads member87 ftl->stats.read_page += staged->run_cnt; in flush_pending_reads()88 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()96 INC_RC(ftl, b_ptr, staged->run_cnt); in flush_pending_reads()113 staged->run_cnt = 0; in flush_pending_reads()136 staged.run_cnt = 0; in read_sectors()177 if (staged.run_cnt) { in read_sectors()243 if ((staged.first_ppn + staged.run_cnt == pn) && in read_sectors()245 ++staged.run_cnt; in read_sectors()[all …]
Completed in 3 milliseconds