Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dlmkd.cpp2770 static bool init_mp_psi(enum vmpressure_level level, bool use_new_strategy) { in init_mp_psi() argument
2786 vmpressure_hinfo[level].handler = use_new_strategy ? mp_event_psi : mp_event_common; in init_mp_psi()
2819 bool use_new_strategy = in init_psi_monitors() local
2823 if (use_new_strategy) { in init_psi_monitors()
2830 if (!init_mp_psi(VMPRESS_LEVEL_LOW, use_new_strategy)) { in init_psi_monitors()
2833 if (!init_mp_psi(VMPRESS_LEVEL_MEDIUM, use_new_strategy)) { in init_psi_monitors()
2837 if (!init_mp_psi(VMPRESS_LEVEL_CRITICAL, use_new_strategy)) { in init_psi_monitors()