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

/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvnode_pager.c141 int pg_index; local
232 for (pg_index = (upl_offset + isize) / PAGE_SIZE; pg_index > base_index;) {
233 if (upl_page_present(pl, --pg_index))
235 if (pg_index == base_index) {
246 isize = ((pg_index + 1) - base_index) * PAGE_SIZE;
249 pg_index = base_index;
255 if ( !upl_page_present(pl, pg_index)) {
264 pg_index++;
268 if ( !upl_dirty_page(pl, pg_index)) {
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c5065 int pg_index; local
5110 pg_index = upl_offset / PAGE_SIZE;
5117 paddr = ((addr64_t)upl_phys_page(pl, pg_index) << 12) + pg_offset;
5121 pg_index += 1;

Completed in 49 milliseconds