Home | History | Annotate | Download | only in uvm

Lines Matching defs:current_offset

808 	voff_t current_offset;
901 for (lcv = 0, current_offset = offset ; lcv < maxpages ;) {
914 ptmp = uvm_page_array_fill_and_peek(&a, current_offset,
917 if (ptmp != NULL && ptmp->offset == current_offset) {
945 current_offset += PAGE_SIZE;
949 KASSERT(ptmp == NULL || ptmp->offset > current_offset);
959 pageidx = current_offset >> PAGE_SHIFT;
961 ptmp = uao_pagealloc(uobj, current_offset,
1058 KASSERT(ptmp->offset == current_offset);
1061 current_offset += PAGE_SIZE;