Searched refs:curAdj (Results 1 – 2 of 2) sorted by relevance
96 int curAdj; // Current OOM adjustment for this process field in ProcessRecord325 pw.print(" cur="); pw.print(curAdj); in dump()504 curAdj = setAdj = verifiedAdj = ProcessList.INVALID_ADJ; in ProcessRecord()
7642 app.curAdj = app.setAdj = app.verifiedAdj = ProcessList.INVALID_ADJ; in attachApplicationLocked()9030 scores[i] = (pr == null) ? ProcessList.INVALID_ADJ : pr.curAdj; in getProcessStatesAndOomScoresForPIDs()15881 int adj = app.curAdj; in fillInProcMemInfo()18232 proto.write(ProcessOomProto.Detail.CUR_ADJ, r.curAdj); in writeProcessOomListToProto()18358 pw.print(" cur="); pw.print(r.curAdj); in dumpProcessOomList()23050 app.curAdj=app.curRawAdj=ProcessList.CACHED_APP_MAX_ADJ; in computeOomAdjLocked()23065 int prevAppAdj = app.curAdj; in computeOomAdjLocked()23111 app.curAdj = app.maxAdj; in computeOomAdjLocked()23114 return app.curAdj < prevAppAdj; in computeOomAdjLocked()24001 app.curAdj = app.modifyRawOomAdj(adj); in computeOomAdjLocked()[all …]