Searched refs:memlimit_mb_active (Results 1 – 1 of 1) sorted by relevance
605 int memlimit_mb_active = 0, memlimit_mb_inactive = 0; in memorystatus_raise_memlimit() local611 memlimit_mb_active = p->p_memstat_memlimit_active; in memorystatus_raise_memlimit()613 memlimit_mb_active = max_task_footprint_mb; in memorystatus_raise_memlimit()636 memlimit_mb_active = MAX(new_memlimit_active, memlimit_mb_active); in memorystatus_raise_memlimit()642 SET_ACTIVE_LIMITS_LOCKED(p, memlimit_mb_active, memlimit_active_is_fatal); in memorystatus_raise_memlimit()664 int memlimit_mb_active = 0, memlimit_mb_inactive = 0; in memorystatus_act_on_legacy_footprint_entitlement() local673 memlimit_mb_active = p->p_memstat_memlimit_active; in memorystatus_act_on_legacy_footprint_entitlement()675 memlimit_mb_active = max_task_footprint_mb; in memorystatus_act_on_legacy_footprint_entitlement()701 memlimit_mb_active += legacy_footprint_bonus_mb; in memorystatus_act_on_legacy_footprint_entitlement()704 memlimit_mb_active -= legacy_footprint_bonus_mb; in memorystatus_act_on_legacy_footprint_entitlement()[all …]