Searched refs:memorystatus_delta (Results 1 – 1 of 1) sorted by relevance
785 unsigned int memorystatus_delta = 0; variable1532 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()