Searched refs:oom_adj (Results 1 – 4 of 4) sorted by relevance
74 // Process is in the background running a service. Unlike oom_adj, this79 // perspective of oom_adj, receivers run at a higher foreground level, but
2504 FILE* oom_adj = fopen("/proc/self/oom_score_adj", "we"); in RunInternal() local2505 if (oom_adj) { in RunInternal()2506 fputs("-1000", oom_adj); in RunInternal()2507 fclose(oom_adj); in RunInternal()2510 oom_adj = fopen("/proc/self/oom_adj", "we"); in RunInternal()2511 if (oom_adj) { in RunInternal()2512 fputs("-17", oom_adj); in RunInternal()2513 fclose(oom_adj); in RunInternal()
633 // Process LRU list (sorted by oom_adj)891 optional string oom_adj = 3; field
11273 private boolean reportLmkKillAtOrBelow(PrintWriter pw, int oom_adj) { in reportLmkKillAtOrBelow() argument11274 Integer cnt = ProcessList.getLmkdKillCount(0, oom_adj); in reportLmkKillAtOrBelow()11276 pw.println(" kills at or below oom_adj " + oom_adj + ": " + cnt); in reportLmkKillAtOrBelow()