Lines Matching defs:lcv
997 int lcv, gotpages, maxpages, swslot, rv, pageidx;
1019 for (lcv = 0, current_offset = offset ; lcv < maxpages ;
1020 lcv++, current_offset += PAGE_SIZE) {
1022 if (pps[lcv] == PGO_DONTCARE)
1032 if (lcv == centeridx ||
1042 pps[lcv] = ptmp;
1058 for (lcv = 0, current_offset = offset ; lcv < maxpages ;
1059 lcv++, current_offset += PAGE_SIZE) {
1064 if (pps[lcv] != NULL ||
1065 (lcv != centeridx && (flags & PGO_ALLPAGES) == 0))
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
1079 * ready to move on to the next page in the "lcv" loop above.
1081 * if we exit the while loop with pps[lcv] still set to NULL,
1087 while (pps[lcv] == NULL) {
1114 * loop. pps[lcv] is still NULL.
1133 pps[lcv] = ptmp;
1137 * if we own the valid page at the correct offset, pps[lcv] will
1140 if (pps[lcv])
1141 continue; /* next lcv */
1203 pps[lcv] = ptmp;
1205 } /* lcv loop */