Searched refs:psi_thresholds (Results 1 – 1 of 1) sorted by relevance
208 static struct psi_threshold psi_thresholds[VMPRESS_LEVEL_COUNT] = { variable2774 if (!psi_thresholds[level].threshold_ms) { in init_mp_psi()2778 fd = init_psi_monitor(psi_thresholds[level].stall_type, in init_mp_psi()2779 psi_thresholds[level].threshold_ms * US_PER_MS, in init_mp_psi()2825 psi_thresholds[VMPRESS_LEVEL_LOW].threshold_ms = 0; in init_psi_monitors()2826 psi_thresholds[VMPRESS_LEVEL_MEDIUM].threshold_ms = psi_partial_stall_ms; in init_psi_monitors()2827 psi_thresholds[VMPRESS_LEVEL_CRITICAL].threshold_ms = psi_complete_stall_ms; in init_psi_monitors()