Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dlmkd.cpp165 VMPRESS_LEVEL_COUNT enumerator
184 static int level_oomadj[VMPRESS_LEVEL_COUNT];
185 static int mpevfd[VMPRESS_LEVEL_COUNT] = { -1, -1, -1 };
208 static struct psi_threshold psi_thresholds[VMPRESS_LEVEL_COUNT] = {
260 static struct event_handler_info vmpressure_hinfo[VMPRESS_LEVEL_COUNT];
266 #define MAX_EPOLL_EVENTS (1 + MAX_DATA_CONN + VMPRESS_LEVEL_COUNT + 1 + 1)
2565 for (int lvl = VMPRESS_LEVEL_LOW; lvl < VMPRESS_LEVEL_COUNT; lvl++) { in mp_event_common()