Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_fault.c140 uint64_t vm_hard_throttle_threshold; variable
277vm_hard_throttle_threshold = sane_size * (35 - MIN((int)(sane_size / (1024 * 1024 * 1024)), 25)) /… in vm_fault_init()