Home
last modified time | relevance | path

Searched refs:behind (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/vm/
H A Dvm_fault.c592 { vm_object_offset_t behind = vm_default_behind * PAGE_SIZE_64; in vm_fault_deactivate_behind() local
599 …if ((uint64_t)sequential_run >= behind && (sequential_run % (VM_DEFAULT_DEACTIVATE_BEHIND_CLUSTER … in vm_fault_deactivate_behind()
606 if (offset >= behind) { in vm_fault_deactivate_behind()
607 run_offset = 0 - behind; in vm_fault_deactivate_behind()
612 if (offset < -behind) { in vm_fault_deactivate_behind()
613 run_offset = behind; in vm_fault_deactivate_behind()
/xnu-8019.80.24/doc/
H A Dallocators.md31 offers more information that can explain the rationale behind these
H A Dsched_clutch_edge.md39 … higher buckets have used up enough CPU in the recent past such that its behind the lower buckets …
/xnu-8019.80.24/tests/
H A Dstackshot_tests.m443 /* block behind the child starting up */