Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dlmkd.cpp524 static int killcnt_free_idx = 0; variable
1288 if (killcnt_free_idx < MAX_DISTINCT_OOM_ADJ) { in inc_killcnt()
1289 killcnt_idx[slot] = killcnt_free_idx; in inc_killcnt()
1290 killcnt[killcnt_free_idx] = 1; in inc_killcnt()
1291 killcnt_free_idx++; in inc_killcnt()