Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_fault.c626 { vm_object_offset_t behind = vm_default_behind * PAGE_SIZE_64; in vm_fault_deactivate_behind() local
633 …if ((uint64_t)sequential_run >= behind && (sequential_run % (VM_DEFAULT_DEACTIVATE_BEHIND_CLUSTER … in vm_fault_deactivate_behind()
640 if (offset >= behind) { in vm_fault_deactivate_behind()
641 run_offset = 0 - behind; in vm_fault_deactivate_behind()
646 if (offset < -behind) { in vm_fault_deactivate_behind()
647 run_offset = behind; in vm_fault_deactivate_behind()
/xnu-11215.1.10/doc/scheduler/
H A Dsched_clutch_edge.md41 …r buckets have used up enough CPU in the recent past such that they slip behind the lower buckets …
/xnu-11215.1.10/tests/
H A Dstackshot_tests.m560 /* block behind the child starting up */