Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_fault.c627 { vm_object_offset_t behind = vm_default_behind * PAGE_SIZE_64; in vm_fault_deactivate_behind() local
634 …if ((uint64_t)sequential_run >= behind && (sequential_run % (VM_DEFAULT_DEACTIVATE_BEHIND_CLUSTER … in vm_fault_deactivate_behind()
641 if (offset >= behind) { in vm_fault_deactivate_behind()
642 run_offset = 0 - behind; in vm_fault_deactivate_behind()
647 if (offset < -behind) { in vm_fault_deactivate_behind()
648 run_offset = behind; in vm_fault_deactivate_behind()
/xnu-11417.101.15/doc/mach_ipc/
H A Dguard_exceptions.md32 to decode the message above, however sometimes it lags behind the introduction
/xnu-11417.101.15/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-11417.101.15/tests/
H A Dstackshot_tests.m560 /* block behind the child starting up */