Lines Matching refs:cur_offset
2644 vm_object_offset_t cur_offset; local
2704 for (cur_offset = start_offset;
2705 cur_offset < end_offset;
2706 cur_offset += PAGE_SIZE_64) {
2710 m = vm_page_lookup(object, cur_offset);
2799 vm_object_offset_t cur_offset, argument
2805 ret = vm_object_zero_preflight(object, cur_offset, end_offset);
2810 while (cur_offset < end_offset) {
2811 vm_page_t m = vm_page_lookup(object, cur_offset);
2816 ret = vm_object_zero_preflight(object, cur_offset, end_offset);
2829 if (page_is_paged_out(object, cur_offset)) {
2830 vm_object_compressor_pager_state_clr(object, cur_offset);
2834 cur_offset += PAGE_SIZE_64;
6172 vm_object_offset_t cur_offset = 0; local
6180 cur_offset = offset;
6204 if (p->vmp_offset >= cur_offset && p->vmp_offset < end_offset) {
6215 for (cur_offset = offset; cur_offset < end_offset; cur_offset += PAGE_SIZE_64) {
6216 p = vm_page_lookup(object, cur_offset);