Searched refs:worstPid (Results 1 – 1 of 1) sorted by relevance
382 pid_t worstPid = 0; // POSIX guarantees PID != 0 in Prune() local395 stats()->WorstTwoSystemPids(id, worst_sizes, &worstPid, &second_worst_sizes); in Prune()421 if (worstPid) { // begin scope for pid worst found iterator in Prune()424 LogBufferPidIteratorMap::iterator found = mLastWorstPidOfSystem[id].find(worstPid); in Prune()498 if (worstPid && ((!gc && element.pid() == worstPid) || in Prune()506 if ((!gc && !worstPid && (key == worst)) || in Prune()514 if (key != worst || (worstPid && element.pid() != worstPid)) { in Prune()542 if (worstPid && (!gc || mLastWorstPidOfSystem[id].find(worstPid) == in Prune()547 mLastWorstPidOfSystem[id][worstPid] = it; in Prune()549 if ((!gc && !worstPid) || mLastWorst[id].find(worst) == mLastWorst[id].end()) { in Prune()