Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dlmkd.cpp203 static int thrashing_limit_pct; variable
2394 thrashing_limit = thrashing_limit_pct; in mp_event_psi()
2441 } else if (swap_is_low && thrashing > thrashing_limit_pct) { in mp_event_psi()
3282 thrashing_limit_pct = max(0, property_get_int32("ro.lmk.thrashing_limit", in update_props()