Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_debug.c227 (vm_offset_t) cobject->last_alloc; in vm32_region_info()
438 (vm_offset_t) cobject->last_alloc; in vm32_region_info_64()
H A Dvm_object_xnu.h319 vm_object_offset_t last_alloc; /* last allocation offset */ member
H A Dvm_fault.c444 vm_object_offset_t last_alloc; in vm_fault_is_sequential() local
448 last_alloc = object->last_alloc; in vm_fault_is_sequential()
453 if (offset == last_alloc && behavior != VM_BEHAVIOR_RANDOM) { in vm_fault_is_sequential()
467 if (offset && last_alloc == offset - PAGE_SIZE_64) { in vm_fault_is_sequential()
483 if (last_alloc && last_alloc == offset + PAGE_SIZE_64) { in vm_fault_is_sequential()
500 if (offset && last_alloc == (offset - PAGE_SIZE_64)) { in vm_fault_is_sequential()
510 } else if (last_alloc && last_alloc == (offset + PAGE_SIZE_64)) { in vm_fault_is_sequential()
548 object->last_alloc = offset; in vm_fault_is_sequential()
H A Dvm_object.c316 .last_alloc = (vm_object_offset_t) 0,
6496 __TRANSPOSE_FIELD(last_alloc);
H A Dvm_map.c20578 object->last_alloc = 0; in vm_map_msync()