Lines Matching defs:pps
987 * => NOTE: offset is the offset of pps[0], _NOT_ pps[centeridx]
991 uao_get(struct uvm_object *uobj, voff_t offset, struct vm_page **pps,
1022 if (pps[lcv] == PGO_DONTCARE)
1042 pps[lcv] = ptmp;
1064 if (pps[lcv] != NULL ||
1071 * we have yet to locate the current page (pps[lcv]). we
1077 * busy it (so we own it) and plug it into pps[lcv]. this
1081 * if we exit the while loop with pps[lcv] still set to NULL,
1086 /* top of "pps" while loop */
1087 while (pps[lcv] == NULL) {
1102 /* goto top of pps while loop */
1113 * got new page ready for I/O. break pps while
1114 * loop. pps[lcv] is still NULL.
1123 continue; /* goto top of pps while loop */
1133 pps[lcv] = ptmp;
1137 * if we own the valid page at the correct offset, pps[lcv] will
1140 if (pps[lcv])
1203 pps[lcv] = ptmp;