Searched refs:thrashing_limit_decay_pct (Results 1 – 1 of 1) sorted by relevance
204 static int thrashing_limit_decay_pct; variable2500 thrashing_limit = (thrashing_limit * (100 - thrashing_limit_decay_pct)) / 100; in mp_event_psi()3284 thrashing_limit_decay_pct = clamp(0, 100, property_get_int32("ro.lmk.thrashing_limit_decay", in update_props()