Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_fault.c666 { vm_object_offset_t behind = vm_default_behind * PAGE_SIZE_64; in vm_fault_deactivate_behind() local
673 …if ((uint64_t)sequential_run >= behind && (sequential_run % (VM_DEFAULT_DEACTIVATE_BEHIND_CLUSTER … in vm_fault_deactivate_behind()
680 if (offset >= behind) { in vm_fault_deactivate_behind()
681 run_offset = 0 - behind; in vm_fault_deactivate_behind()
686 if (offset < -behind) { in vm_fault_deactivate_behind()
687 run_offset = behind; in vm_fault_deactivate_behind()
/xnu-12377.81.4/doc/allocators/
H A Dguard-objects.md109 quarantine is cleared. The idea behind this policy is that maintaining a good
/xnu-12377.81.4/doc/mach_ipc/
H A Dguard_exceptions.md32 to decode the message above, however sometimes it lags behind the introduction
/xnu-12377.81.4/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-12377.81.4/tests/
H A Dstackshot_tests.m617 /* block behind the child starting up */