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

/xnu-2782.1.97/bsd/vm/
H A Dvnode_pager.c556 int first_pg; local
614 first_pg = 0;
624 first_pg = upl_offset / PAGE_SIZE;
634 for (last_pg = pages_in_upl - 1; last_pg >= first_pg; last_pg--) {
637 if (last_pg == first_pg) {
647 last_pg = first_pg;

Completed in 19 milliseconds