Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_fault.c662 { vm_object_offset_t behind = vm_default_behind * PAGE_SIZE_64; in vm_fault_deactivate_behind() local
669 …if ((uint64_t)sequential_run >= behind && (sequential_run % (VM_DEFAULT_DEACTIVATE_BEHIND_CLUSTER … in vm_fault_deactivate_behind()
676 if (offset >= behind) { in vm_fault_deactivate_behind()
677 run_offset = 0 - behind; in vm_fault_deactivate_behind()
682 if (offset < -behind) { in vm_fault_deactivate_behind()
683 run_offset = behind; in vm_fault_deactivate_behind()
/xnu-12377.1.9/doc/mach_ipc/
H A Dguard_exceptions.md32 to decode the message above, however sometimes it lags behind the introduction
/xnu-12377.1.9/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.1.9/tests/
H A Dstackshot_tests.m617 /* block behind the child starting up */