Searched refs:tempPriority (Results 1 – 2 of 2) sorted by relevance
428 int tempPriority = -1; in getLowestPriorityPid() local429 if (!getPriority(tempPid, &tempPriority)) { in getLowestPriorityPid()434 if (pid == -1 || tempPriority > priority) { in getLowestPriorityPid()437 priority = tempPriority; in getLowestPriorityPid()465 int tempPriority = -1; in getLowestPriorityPid() local466 if (!getPriority(client.mPid, &tempPriority)) { in getLowestPriorityPid()471 if (pid == -1 || tempPriority > priority) { in getLowestPriorityPid()474 priority = tempPriority; in getLowestPriorityPid()
1005 int tempPriority = -1; in getLowestPriorityPid_l() local1006 if (!getPriority_l(tempPid, &tempPriority)) { in getLowestPriorityPid_l()1011 if (pid == -1 || tempPriority > priority) { in getLowestPriorityPid_l()1014 priority = tempPriority; in getLowestPriorityPid_l()