Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c259 size_t pg_read, i; in allpages_walk_step() local
264 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()