Home
last modified time | relevance | path

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

/aosp12/system/memory/lmkd/
H A Dlmkd.cpp210 static int thrashing_limit_pct; variable
2480 static int thrashing_limit = thrashing_limit_pct; in mp_event_psi()
2608 thrashing_limit = thrashing_limit_pct; in mp_event_psi()
2662 } else if (swap_is_low && thrashing > thrashing_limit_pct) { in mp_event_psi()
3534 thrashing_limit_pct = max(0, GET_LMK_PROPERTY(int32, "thrashing_limit", in update_props()
3539 thrashing_limit_pct * 2)); in update_props()