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

/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.c655 int xoff; local
657 xoff = start_pg * PAGE_SIZE;
659 if ( (error = VNOP_PAGEIN(vp, upl, (upl_offset_t) xoff,
660 (off_t)f_offset + xoff,
674 ubc_upl_abort_range(upl, (upl_offset_t) xoff, xsize, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_RESTART);
678 ubc_upl_abort_range(upl, (upl_offset_t) xoff, xsize, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);

Completed in 18 milliseconds