Searched refs:findProcInfo (Results 1 – 1 of 1) sorted by relevance
60 if (findProcInfo == procLruMap_.end()) { in RemoveAbilityRecInProcList()64 auto it = findProcInfo->second.recList.begin(); in RemoveAbilityRecInProcList()66 while (it != findProcInfo->second.recList.end()) { in RemoveAbilityRecInProcList()68 findProcInfo->second.recList.erase(it); in RemoveAbilityRecInProcList()69 findProcInfo->second.cnt--; in RemoveAbilityRecInProcList()70 if (findProcInfo->second.cnt == 0) { in RemoveAbilityRecInProcList()71 procLruMap_.erase(findProcInfo); in RemoveAbilityRecInProcList()83 if (findProcInfo == procLruMap_.end()) { in AddToProcLru()93 findProcInfo->second.recList.pop_front(); in AddToProcLru()97 findProcInfo->second.cnt++; in AddToProcLru()[all …]