Searched refs:oom_adj_path (Results 1 - 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
H A Dport-linux.c248 static char *oom_adj_path = NULL; variable
270 oom_adj_path = oom_adjust[i].path;
272 if ((fp = fopen(oom_adj_path, "r+")) != NULL) {
274 verbose("error reading %s: %s", oom_adj_path,
280 oom_adj_path, strerror(errno));
283 oom_adj_path, oom_adj_save, value);
289 oom_adj_path = NULL;
299 if (oom_adj_save == INT_MIN || oom_adj_path == NULL ||
300 (fp = fopen(oom_adj_path, "w")) == NULL)
304 verbose("error writing %s: %s", oom_adj_path, strerro
[all...]

Completed in 53 milliseconds