Home
last modified time | relevance | path

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

/aosp12/system/memory/lmkd/
H A Dlmkd.cpp188 int threshold_ms; member
3028 if (!psi_thresholds[level].threshold_ms) { in init_mp_psi()
3033 psi_thresholds[level].threshold_ms * US_PER_MS, in init_mp_psi()
3079 psi_thresholds[VMPRESS_LEVEL_LOW].threshold_ms = 0; in init_psi_monitors()
3080 psi_thresholds[VMPRESS_LEVEL_MEDIUM].threshold_ms = psi_partial_stall_ms; in init_psi_monitors()
3081 psi_thresholds[VMPRESS_LEVEL_CRITICAL].threshold_ms = psi_complete_stall_ms; in init_psi_monitors()