Lines Matching refs:int32
3428 GET_LMK_PROPERTY(int32, "low", OOM_SCORE_ADJ_MAX + 1); in update_props()
3430 GET_LMK_PROPERTY(int32, "medium", 800); in update_props()
3432 GET_LMK_PROPERTY(int32, "critical", 0); in update_props()
3439 (int64_t)GET_LMK_PROPERTY(int32, "upgrade_pressure", 100); in update_props()
3441 (int64_t)GET_LMK_PROPERTY(int32, "downgrade_pressure", 100); in update_props()
3446 (unsigned long)GET_LMK_PROPERTY(int32, "kill_timeout_ms", 100); in update_props()
3451 swap_free_low_percentage = clamp(0, 100, GET_LMK_PROPERTY(int32, "swap_free_low_percentage", in update_props()
3453 psi_partial_stall_ms = GET_LMK_PROPERTY(int32, "psi_partial_stall_ms", in update_props()
3455 psi_complete_stall_ms = GET_LMK_PROPERTY(int32, "psi_complete_stall_ms", in update_props()
3457 thrashing_limit_pct = max(0, GET_LMK_PROPERTY(int32, "thrashing_limit", in update_props()
3459 thrashing_limit_decay_pct = clamp(0, 100, GET_LMK_PROPERTY(int32, "thrashing_limit_decay", in update_props()
3461 thrashing_critical_pct = max(0, GET_LMK_PROPERTY(int32, "thrashing_limit_critical", in update_props()
3463 swap_util_max = clamp(0, 100, GET_LMK_PROPERTY(int32, "swap_util_max", 100)); in update_props()