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

/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.c509 int start_pg; local
611 for (start_pg = last_pg; last_pg < pages_in_upl; last_pg++) {
615 if (last_pg > start_pg) {
622 xsize = (last_pg - start_pg) * PAGE_SIZE;
625 ubc_upl_abort_range(upl, start_pg * PAGE_SIZE, xsize, UPL_ABORT_FREE_ON_EMPTY);
650 for (start_pg = last_pg; last_pg < pages_in_upl; last_pg++) {
654 if (last_pg > start_pg) {
656 xsize = (last_pg - start_pg) * PAGE_SIZE;
657 xoff = start_pg * PAGE_SIZE;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c172 static void cluster_read_upl_release(upl_t upl, int start_pg, int last_pg, int take_reference);
3470 cluster_read_upl_release(upl_t upl, int start_pg, int last_pg, int take_reference) argument
3475 if ((range = last_pg - start_pg)) {
3479 ubc_upl_abort_range(upl, start_pg * PAGE_SIZE, range * PAGE_SIZE, abort_flags);
3493 int start_pg; local
3750 for (start_pg = 0; start_pg < pages_in_upl; start_pg++) {
3751 if (!upl_valid_page(pl, start_pg))
3761 for (last_pg = start_pg; last_p
4829 int start_pg; local
5342 int start_pg; local
[all...]

Completed in 28 milliseconds