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

/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvnode_pager.c361 int start_pg; local
450 for (start_pg = last_pg; last_pg < pages_in_upl; last_pg++) {
454 if (last_pg > start_pg) {
461 xsize = (last_pg - start_pg) * PAGE_SIZE;
464 ubc_upl_abort_range(upl, start_pg * PAGE_SIZE, xsize, UPL_ABORT_FREE_ON_EMPTY);
489 for (start_pg = last_pg; last_pg < pages_in_upl; last_pg++) {
493 if (last_pg > start_pg) {
495 xsize = (last_pg - start_pg) * PAGE_SIZE;
496 xoff = start_pg * PAGE_SIZE;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c145 static void cluster_read_upl_release(upl_t upl, int start_pg, int last_pg, int flags);
3109 cluster_read_upl_release(upl_t upl, int start_pg, int last_pg, int flags) argument
3114 if ((range = last_pg - start_pg)) {
3118 ubc_upl_abort_range(upl, start_pg * PAGE_SIZE, range * PAGE_SIZE, abort_flags);
3132 int start_pg; local
3352 for (start_pg = 0; start_pg < pages_in_upl; start_pg++) {
3353 if (!upl_valid_page(pl, start_pg))
3363 for (last_pg = start_pg; last_p
4274 int start_pg; local
4710 int start_pg; local
[all...]

Completed in 43 milliseconds