Home | History | Annotate | Download | only in uvm

Lines Matching defs:candidateidx

115 	long candidate, limit, candidateidx, end, idx;
197 candidateidx = candidate - uvm_physseg_get_start(psi);
198 end = candidateidx + num;
205 __func__, psi, candidateidx, end, skip, alignment);
215 for (idx = end - 1; idx >= candidateidx + skip; idx--) {
222 if (idx > candidateidx) {
245 KDASSERT(VM_PAGE_IS_FREE(uvm_physseg_get_pg(psi, candidateidx + skip)));
254 printf(": non-free at %#x\n", idx - candidateidx);
260 cnt = idx + 1 - candidateidx;
276 for (idx = candidateidx; idx < end; idx++)