Home
last modified time | relevance | path

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

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