Lines Matching refs:int32
4187 GET_LMK_PROPERTY(int32, "low", OOM_SCORE_ADJ_MAX + 1); in update_props()
4189 GET_LMK_PROPERTY(int32, "medium", 800); in update_props()
4191 GET_LMK_PROPERTY(int32, "critical", 0); in update_props()
4198 (int64_t)GET_LMK_PROPERTY(int32, "upgrade_pressure", 100); in update_props()
4200 (int64_t)GET_LMK_PROPERTY(int32, "downgrade_pressure", 100); in update_props()
4205 (unsigned long)GET_LMK_PROPERTY(int32, "kill_timeout_ms", 100); in update_props()
4207 (unsigned long)GET_LMK_PROPERTY(int32, "pressure_after_kill_min_score", 0); in update_props()
4212 swap_free_low_percentage = clamp(0, 100, GET_LMK_PROPERTY(int32, "swap_free_low_percentage", in update_props()
4214 psi_partial_stall_ms = GET_LMK_PROPERTY(int32, "psi_partial_stall_ms", in update_props()
4216 psi_complete_stall_ms = GET_LMK_PROPERTY(int32, "psi_complete_stall_ms", in update_props()
4219 std::max(0, GET_LMK_PROPERTY(int32, "thrashing_limit", in update_props()
4221 thrashing_limit_decay_pct = clamp(0, 100, GET_LMK_PROPERTY(int32, "thrashing_limit_decay", in update_props()
4224 0, GET_LMK_PROPERTY(int32, "thrashing_limit_critical", thrashing_limit_pct * 3)); in update_props()
4225 swap_util_max = clamp(0, 100, GET_LMK_PROPERTY(int32, "swap_util_max", 100)); in update_props()
4235 GET_LMK_PROPERTY(int32, "lowmem_min_oom_score", DEF_LOWMEM_MIN_SCORE)); in update_props()