Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dlmkd.cpp2318 bool swap_is_low = false; in mp_event_psi() local
2373 swap_is_low = mi.field.free_swap < swap_low_threshold; in mp_event_psi()
2441 } else if (swap_is_low && thrashing > thrashing_limit_pct) { in mp_event_psi()
2451 } else if (swap_is_low && wmark < WMARK_HIGH) { in mp_event_psi()
2524 if (swap_is_low || killing) { in mp_event_psi()