Lines Matching defs:lcv
606 int npages, result, lcv;
781 for (lcv = 0 ; lcv < npages; lcv++) {
782 ptmp = ppsp[lcv];
837 } /* end of "lcv" for loop */
948 int lcv, result, gotpages;
970 for (lcv = 0, current_offset = offset ; lcv < *npagesp ;
971 lcv++, current_offset += PAGE_SIZE) {
973 if (pps[lcv] == PGO_DONTCARE)
983 if (lcv == centeridx ||
994 pps[lcv] = ptmp;
1027 for (lcv = 0, current_offset = offset;
1028 lcv < *npagesp ; lcv++, current_offset += PAGE_SIZE) {
1032 if (pps[lcv] != NULL || (lcv != centeridx &&
1037 * we have yet to locate the current page (pps[lcv]). we first
1043 * (so we own it) and plug it into pps[lcv]. this breaks the
1045 * to the next page in the "lcv" loop above.
1047 * if we exit the while loop with pps[lcv] still set to NULL,
1051 while (pps[lcv] == NULL) { /* top of "pps" while loop */
1070 * while loop. pps[lcv] is still NULL.
1085 * now (so we own it) and set pps[lcv] (so that we
1090 pps[lcv] = ptmp;
1094 * if we own the a valid page at the correct offset, pps[lcv]
1098 if (pps[lcv])
1099 continue; /* next lcv */
1140 pps[lcv] = ptmp;