Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dlmkd.cpp2888 enum zone_watermark wmark = WMARK_NONE; in mp_event_psi() local
3044 wmark = get_lowest_watermark(&mi, &watermarks); in mp_event_psi()
3053 if (cycle_after_kill && wmark < WMARK_LOW) { in mp_event_psi()
3077 if (wmark > WMARK_MIN && thrashing < thrashing_critical_pct) { in mp_event_psi()
3081 } else if (swap_is_low && wmark < WMARK_HIGH) { in mp_event_psi()
3085 PRId64 "kB < %" PRId64 "kB)", wmark < WMARK_LOW ? "min" : "low", in mp_event_psi()
3088 if (wmark > WMARK_MIN && thrashing < thrashing_critical_pct) { in mp_event_psi()
3091 } else if (wmark < WMARK_HIGH && swap_util_max < 100 && in mp_event_psi()
3099 " is high (%d%% > %d%%)", wmark < WMARK_LOW ? "min" : "low", in mp_event_psi()
3101 } else if (wmark < WMARK_HIGH && thrashing > thrashing_limit) { in mp_event_psi()
[all …]