Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c358 static int killcnt_free_idx = 0; variable
696 if (killcnt_free_idx < MAX_DISTINCT_OOM_ADJ) { in inc_killcnt()
697 killcnt_idx[slot] = killcnt_free_idx; in inc_killcnt()
698 killcnt[killcnt_free_idx] = 1; in inc_killcnt()
699 killcnt_free_idx++; in inc_killcnt()