Lines Matching defs:tpindex
1044 vm_pindex_t startpindex, tpindex;
1053 /* tpindex is unsigned; beware of numeric underflow. */
1054 for (tpindex = m[0]->pindex - 1;
1055 tpindex >= startpindex && tpindex < m[0]->pindex;
1056 tpindex--, i++) {
1057 p = vm_page_alloc(object, tpindex, VM_ALLOC_NORMAL);
1062 tpindex + 1 - startpindex];
1065 bp->b_pages[tpindex - startpindex] = p;
1080 vm_pindex_t endpindex, tpindex;
1092 for (tpindex = m[count - 1]->pindex + 1;
1093 tpindex < endpindex; i++, tpindex++) {
1094 p = vm_page_alloc(object, tpindex, VM_ALLOC_NORMAL);