Searched refs:pg_read (Results 1 – 1 of 1) sorted by relevance
259 size_t pg_read, i; in allpages_walk_step() local264 pg_read = MIN(pg_num, PAGE_BUFFER); in allpages_walk_step()266 if (mdb_vread(buf, pg_read * sizeof (page_t), in allpages_walk_step()271 for (i = 0; i < pg_read; i++) { in allpages_walk_step()278 pg_num -= pg_read; in allpages_walk_step()279 pg_addr += pg_read; in allpages_walk_step()