Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c84 static int lowmem_adj[MAX_TARGETS]; variable
286 if (ntargets > (int)ARRAY_SIZE(lowmem_adj)) in cmd_target()
291 lowmem_adj[i] = ntohl(*params++); in cmd_target()
313 snprintf(val, sizeof(val), "%d", lowmem_adj[i]); in cmd_target()
364 if (nargs & 0x1 || targets > (int)ARRAY_SIZE(lowmem_adj)) in ctrl_command_handler()
605 min_score_adj = lowmem_adj[i]; in find_and_kill_process()