Searched refs:thrashing_limit_decay_pct (Results 1 – 1 of 1) sorted by relevance
239 static int thrashing_limit_decay_pct; variable3184 thrashing_limit = (thrashing_limit * (100 - thrashing_limit_decay_pct)) / 100; in mp_event_psi()4221 thrashing_limit_decay_pct = clamp(0, 100, GET_LMK_PROPERTY(int32, "thrashing_limit_decay", in update_props()