Searched refs:first_pg (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.c511 int first_pg; local
565 first_pg = 0;
575 first_pg = upl_offset / PAGE_SIZE;
585 for (last_pg = pages_in_upl - 1; last_pg >= first_pg; last_pg--) {
588 if (last_pg == first_pg) {
598 last_pg = first_pg;

Completed in 17 milliseconds