Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dkern_memorystatus_notify.c1751 uint32_t soft_threshold = memorystatus_get_soft_memlimit_page_shortage_threshold(); in memorystatus_update_vm_pressure() local
1752 assert(soft_threshold >= critical_threshold); in memorystatus_update_vm_pressure()
1754 uint32_t backoff_threshold = soft_threshold - in memorystatus_update_vm_pressure()
1755 ((soft_threshold - critical_threshold) / 2); in memorystatus_update_vm_pressure()