Home
last modified time | relevance | path

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

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