HomeSort by: relevance | last modified time | path
    Searched defs:candidateidx (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/uvm/
uvm_pglist.c 115 long candidate, limit, candidateidx, end, idx; local in function:uvm_pglistalloc_c_ps
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++
    [all...]

Completed in 39 milliseconds