Searched refs:target_offset (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c3944 vm_object_offset_t target_offset; local
3996 target_offset = (vm_object_offset_t)offset;
4046 pg_num = target_offset/PAGE_SIZE;
4051 m = vm_page_lookup(shadow_object, target_offset + (upl->offset - shadow_object->paging_offset));
4055 if ((t = vm_page_lookup(object, target_offset)) != VM_PAGE_NULL) {
4062 m = vm_page_lookup(shadow_object, target_offset + object->shadow_offset);
4329 target_offset += PAGE_SIZE_64;
4428 vm_object_offset_t target_offset; local
4469 target_offset = (vm_object_offset_t)offset;
4501 pg_num = target_offset/PAGE_SIZ
[all...]

Completed in 28 milliseconds