Searched refs:killcnt_free_idx (Results 1 – 1 of 1) sorted by relevance
580 static int killcnt_free_idx = 0; variable1358 if (killcnt_free_idx < MAX_DISTINCT_OOM_ADJ) { in inc_killcnt()1359 killcnt_idx[slot] = killcnt_free_idx; in inc_killcnt()1360 killcnt[killcnt_free_idx] = 1; in inc_killcnt()1361 killcnt_free_idx++; in inc_killcnt()