Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c130 VMPRESS_LEVEL_COUNT enumerator
149 static int level_oomadj[VMPRESS_LEVEL_COUNT];
150 static int mpevfd[VMPRESS_LEVEL_COUNT] = { -1, -1, -1 };
162 static struct psi_threshold psi_thresholds[VMPRESS_LEVEL_COUNT] = {
190 static struct event_handler_info vmpressure_hinfo[VMPRESS_LEVEL_COUNT];
193 #define MAX_EPOLL_EVENTS (1 + MAX_DATA_CONN + VMPRESS_LEVEL_COUNT)
1567 for (lvl = VMPRESS_LEVEL_LOW; lvl < VMPRESS_LEVEL_COUNT; lvl++) { in mp_event_common()