Searched refs:worstPid (Results 1 – 2 of 2) sorted by relevance
137 static const char worstPid[] = "1000/!"; in init() local138 if (!strncmp(str, worstPid, sizeof(worstPid) - 1)) { in init()140 str += sizeof(worstPid) - 1; in init()
763 pid_t worstPid = 0; // POSIX guarantees PID != 0 in prune() local781 .findWorst(worstPid, worst_sizes, second_worst_sizes); in prune()809 if (worstPid) { // begin scope for pid worst found iterator in prune()813 mLastWorstPidOfSystem[id].find(worstPid); in prune()892 if (worstPid && in prune()893 ((!gc && (element->getPid() == worstPid)) || in prune()901 if ((!gc && !worstPid && (key == worst)) || in prune()910 (worstPid && (element->getPid() != worstPid))) { in prune()938 if (worstPid && in prune()939 (!gc || (mLastWorstPidOfSystem[id].find(worstPid) == in prune()[all …]