Home | History | Annotate | Download | only in uvm

Lines Matching defs:lcv

187 	int lcv;
190 for (lcv = 0; lcv < n; lcv++) {
191 if (anons[lcv] == NULL)
193 KASSERT(rw_lock_held(anons[lcv]->an_lock));
194 pg = anons[lcv]->an_page;
1293 int lcv;
1312 for (lcv = 0; lcv < flt->npages; lcv++, currva += PAGE_SIZE) {
1316 if (amap == NULL || anons[lcv] == NULL) {
1317 pages[lcv] = NULL;
1325 pages[lcv] = PGO_DONTCARE;
1326 if (lcv == flt->centeridx) { /* save center for later! */
1331 struct vm_anon *anon = anons[lcv];
1983 int lcv, gotpages;
2015 for (lcv = 0; lcv < flt->npages; lcv++, currva += PAGE_SIZE) {
2018 curpg = pages[lcv];
2036 if (lcv == flt->centeridx) {