Lines Matching defs:pps
800 * => NOTE: offset is the offset of pps[0], _NOT_ pps[centeridx]
805 uao_get(struct uvm_object *uobj, voff_t offset, struct vm_page **pps,
875 pps[lcv] = ptmp;
886 (pps[centeridx] != NULL), 0,0,0);
888 return pps[centeridx] != NULL ? 0 : EBUSY;
904 * we have yet to locate the current page (pps[lcv]). we
910 * busy it (so we own it) and plug it into pps[lcv]. we are
944 pps[lcv++] = ptmp;
1023 uvm_page_unbusy(pps, lcv);
1025 memset(pps, 0, maxpages * sizeof(pps[0]));
1060 pps[lcv++] = ptmp;