Home
last modified time | relevance | path

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

/system/core/lmkd/include/
Dlmkd.h156 int max_oomadj; member
166 params->max_oomadj = ntohl(packet[2]); in lmkd_pack_get_getkillcnt()
177 packet[2] = htonl(params->max_oomadj); in lmkd_pack_set_getkillcnt()
/system/core/lmkd/
Dlmkd.c715 static int get_killcnt(int min_oomadj, int max_oomadj) { in get_killcnt() argument
719 if (min_oomadj > max_oomadj) in get_killcnt()
726 while (min_oomadj <= max_oomadj && in get_killcnt()
748 return get_killcnt(params.min_oomadj, params.max_oomadj); in cmd_getkillcnt()