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
2575 FILE* oom_adj = fopen("/proc/self/oom_score_adj", "we"); in RunInternal() local2576 if (oom_adj) { in RunInternal()2577 fputs("-1000", oom_adj); in RunInternal()2578 fclose(oom_adj); in RunInternal()2581 oom_adj = fopen("/proc/self/oom_adj", "we"); in RunInternal()2582 if (oom_adj) { in RunInternal()2583 fputs("-17", oom_adj); in RunInternal()2584 fclose(oom_adj); in RunInternal()
633 // Process LRU list (sorted by oom_adj)891 optional string oom_adj = 3; field
11324 private boolean reportLmkKillAtOrBelow(PrintWriter pw, int oom_adj) { in reportLmkKillAtOrBelow() argument11325 Integer cnt = ProcessList.getLmkdKillCount(0, oom_adj); in reportLmkKillAtOrBelow()11327 pw.println(" kills at or below oom_adj " + oom_adj + ": " + cnt); in reportLmkKillAtOrBelow()