Home
last modified time | relevance | path

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

/system/memory/lmkd/include/
Dlmkd.h174 int max_oomadj; member
184 params->max_oomadj = ntohl(packet[2]); in lmkd_pack_get_getkillcnt()
195 packet[2] = htonl(params->max_oomadj); in lmkd_pack_set_getkillcnt()
/system/memory/lmkd/
Dlmkd.cpp1317 static int get_killcnt(int min_oomadj, int max_oomadj) { in get_killcnt() argument
1321 if (min_oomadj > max_oomadj) in get_killcnt()
1328 while (min_oomadj <= max_oomadj && in get_killcnt()
1350 return get_killcnt(params.min_oomadj, params.max_oomadj); in cmd_getkillcnt()