Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dlmkd.cpp2874 static int64_t prev_thrash_growth = 0; in mp_event_psi() local
2941 prev_thrash_growth = 0; in mp_event_psi()
2998 prev_thrash_growth = (workingset_refault_file - init_ws_refault) * 100 in mp_event_psi()
3006 if (windows_passed > 1 || prev_thrash_growth < thrashing_limit) { in mp_event_psi()
3007 prev_thrash_growth >>= windows_passed; in mp_event_psi()
3020 thrashing += prev_thrash_growth; in mp_event_psi()