Searched refs:PrevCache (Results 1 – 1 of 1) sorted by relevance
90 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache() local91 while (PrevCache && PrevCache->getNextStatCache() != statCache) in removeStatCache()92 PrevCache = PrevCache->getNextStatCache(); in removeStatCache()94 assert(PrevCache && "Stat cache not found for removal"); in removeStatCache()95 PrevCache->setNextStatCache(statCache->takeNextStatCache()); in removeStatCache()