Searched refs:pg_read (Results 1 – 1 of 1) sorted by relevance
262 size_t pg_read, i; in allpages_walk_step() local267 pg_read = MIN(pg_num, PAGE_BUFFER); in allpages_walk_step()269 if (mdb_vread(buf, pg_read * sizeof (page_t), in allpages_walk_step()274 for (i = 0; i < pg_read; i++) { in allpages_walk_step()281 pg_num -= pg_read; in allpages_walk_step()282 pg_addr += pg_read; in allpages_walk_step()