Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c785 unsigned int memorystatus_delta = 0; variable
1532 memorystatus_delta = (unsigned int) (delta_percentage * atop_64(max_mem) / 100); in memorystatus_init()
1534 …al_base = (unsigned int) ((critical_threshold_percentage / delta_percentage) * memorystatus_delta); in memorystatus_init()
1535 …es = (unsigned int) ((policy_more_free_offset_percentage / delta_percentage) * memorystatus_delta); in memorystatus_init()
1593 …threshold = (unsigned int) ((freeze_threshold_percentage / delta_percentage) * memorystatus_delta); in memorystatus_init()
5170 if (!memorystatus_delta) { in memorystatus_pages_update()
5175 delta = ((pages_avail >= (memorystatus_available_pages + memorystatus_delta)) in memorystatus_pages_update()
5176 || (memorystatus_available_pages >= (pages_avail + memorystatus_delta))) ? TRUE : FALSE; in memorystatus_pages_update()