Home
last modified time | relevance | path

Searched refs:last_alloc (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/osfmk/vm/
H A Dvm_debug.c229 (vm_offset_t) cobject->last_alloc; in vm32_mach_vm_region_info()
442 (vm_offset_t) cobject->last_alloc; in vm32_mach_vm_region_info_64()
H A Dvm_object_xnu.h320 vm_object_offset_t last_alloc; /* last allocation offset */ member
H A Dvm_fault.c446 vm_object_offset_t last_alloc; in vm_fault_is_sequential() local
450 last_alloc = object->last_alloc; in vm_fault_is_sequential()
455 if (offset == last_alloc && behavior != VM_BEHAVIOR_RANDOM) { in vm_fault_is_sequential()
469 if (offset && last_alloc == offset - PAGE_SIZE_64) { in vm_fault_is_sequential()
485 if (last_alloc && last_alloc == offset + PAGE_SIZE_64) { in vm_fault_is_sequential()
502 if (offset && last_alloc == (offset - PAGE_SIZE_64)) { in vm_fault_is_sequential()
512 } else if (last_alloc && last_alloc == (offset + PAGE_SIZE_64)) { in vm_fault_is_sequential()
550 object->last_alloc = offset; in vm_fault_is_sequential()
H A Dvm_object.c322 .last_alloc = (vm_object_offset_t) 0,
6573 __TRANSPOSE_FIELD(last_alloc);
H A Dvm_map.c21152 object->last_alloc = 0; in vm_map_msync()