Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dkern_memorystatus.c687 unsigned int memorystatus_delta = 0; variable
1403 memorystatus_delta = (unsigned int) (delta_percentage * atop_64(max_mem) / 100); in memorystatus_init()
1405 …al_base = (unsigned int) ((critical_threshold_percentage / delta_percentage) * memorystatus_delta); in memorystatus_init()
1406 …es = (unsigned int) ((policy_more_free_offset_percentage / delta_percentage) * memorystatus_delta); in memorystatus_init()
1453 …threshold = (unsigned int) ((freeze_threshold_percentage / delta_percentage) * memorystatus_delta); in memorystatus_init()
5095 if (!memorystatus_delta) { in memorystatus_pages_update()
5100 delta = ((pages_avail >= (memorystatus_available_pages + memorystatus_delta)) in memorystatus_pages_update()
5101 || (memorystatus_available_pages >= (pages_avail + memorystatus_delta))) ? TRUE : FALSE; in memorystatus_pages_update()