Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c784 unsigned int memorystatus_delta = 0; variable
1531 memorystatus_delta = (unsigned int) (delta_percentage * atop_64(max_mem) / 100); in memorystatus_init()
1533 …al_base = (unsigned int) ((critical_threshold_percentage / delta_percentage) * memorystatus_delta); in memorystatus_init()
1534 …es = (unsigned int) ((policy_more_free_offset_percentage / delta_percentage) * memorystatus_delta); in memorystatus_init()
1592 …threshold = (unsigned int) ((freeze_threshold_percentage / delta_percentage) * memorystatus_delta); in memorystatus_init()
5169 if (!memorystatus_delta) { in memorystatus_pages_update()
5174 delta = ((pages_avail >= (memorystatus_available_pages + memorystatus_delta)) in memorystatus_pages_update()
5175 || (memorystatus_available_pages >= (pages_avail + memorystatus_delta))) ? TRUE : FALSE; in memorystatus_pages_update()