Home
last modified time | relevance | path

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

/system/memory/lmkd/include/
Dlmkd.h172 int max_oomadj; member
182 params->max_oomadj = ntohl(packet[2]); in lmkd_pack_get_getkillcnt()
193 packet[2] = htonl(params->max_oomadj); in lmkd_pack_set_getkillcnt()
/system/memory/lmkd/
Dlmkd.cpp1254 static int get_killcnt(int min_oomadj, int max_oomadj) { in get_killcnt() argument
1258 if (min_oomadj > max_oomadj) in get_killcnt()
1265 while (min_oomadj <= max_oomadj && in get_killcnt()
1287 return get_killcnt(params.min_oomadj, params.max_oomadj); in cmd_getkillcnt()