Home
last modified time | relevance | path

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

/system/memory/lmkd/
DREADME.md74 to consider system thrashing its pagecache.
78 ro.lmk.thrashing_limit_decay: thrashing threshold decay expressed as a
Dlmkd.cpp2317 int64_t thrashing = 0; in mp_event_psi() local
2397 thrashing = (vs.field.workingset_refault - init_ws_refault) * 100 / base_file_lru; in mp_event_psi()
2441 } else if (swap_is_low && thrashing > thrashing_limit_pct) { in mp_event_psi()
2446 mi.field.free_swap * page_k, swap_low_threshold * page_k, thrashing); in mp_event_psi()
2471 } else if (wmark < WMARK_HIGH && thrashing > thrashing_limit) { in mp_event_psi()
2475 PRId64 "%%)", wmark > WMARK_LOW ? "min" : "low", thrashing); in mp_event_psi()
2479 } else if (reclaim == DIRECT_RECLAIM && thrashing > thrashing_limit) { in mp_event_psi()
2483 PRId64 "%%)", thrashing); in mp_event_psi()