Searched refs:worstPid (Results 1 – 2 of 2) sorted by relevance
550 pid_t worstPid = 0; // POSIX guarantees PID != 0 in prune() local579 worstPid = sorted[0]->getKey(); in prune()609 if (worstPid) { in prune()612 = mLastWorstPidOfSystem[id].find(worstPid); in prune()690 if (worstPid in prune()691 && ((!gc && (element->getPid() == worstPid)) in prune()696 if ((!gc && !worstPid && (element->getUid() == worst)) in prune()706 || (worstPid && (element->getPid() != worstPid))) { in prune()732 if (worstPid && (!gc in prune()733 || (mLastWorstPidOfSystem[id].find(worstPid) in prune()[all …]
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()