Searched refs:OOM_ADJ_FILE (Results 1 – 1 of 1) sorted by relevance
46 # define OOM_ADJ_FILE "/proc/self/oom_adj" macro1570 if (stat(OOM_ADJ_FILE, &st) == -1) { in _set_oom_adj()1572 DEBUGLOG(OOM_ADJ_FILE " not found"); in _set_oom_adj()1574 perror(OOM_ADJ_FILE ": stat failed"); in _set_oom_adj()1578 if (!(fp = fopen(OOM_ADJ_FILE, "w"))) { in _set_oom_adj()1579 perror(OOM_ADJ_FILE ": fopen failed"); in _set_oom_adj()1585 perror(OOM_ADJ_FILE ": fclose failed"); in _set_oom_adj()