Home
last modified time | relevance | path

Searched refs:Cache (Results 1 – 25 of 174) sorted by relevance

1234567

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c196 if (!Cache) in AcpiOsCreateCache()
208 *ReturnCache = Cache; in AcpiOsCreateCache()
236 if (!Cache) in AcpiOsPurgeCache()
249 while (Cache->ListHead) in AcpiOsPurgeCache()
298 AcpiOsFree (Cache); in AcpiOsDeleteCache()
328 if (!Cache || !Object) in AcpiOsReleaseObject()
335 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
393 if (!Cache) in AcpiOsAcquireObject()
408 if (Cache->ListHead) in AcpiOsAcquireObject()
439 if ((Cache->TotalAllocated - Cache->TotalFreed) > Cache->MaxOccupied) in AcpiOsAcquireObject()
[all …]
H A Duttrack.c215 ACPI_MEMORY_LIST *Cache; in AcpiUtCreateList() local
218 Cache = AcpiOsAllocateZeroed (sizeof (ACPI_MEMORY_LIST)); in AcpiUtCreateList()
219 if (!Cache) in AcpiUtCreateList()
224 Cache->ListName = ListName; in AcpiUtCreateList()
225 Cache->ObjectSize = ObjectSize; in AcpiUtCreateList()
227 *ReturnCache = Cache; in AcpiUtCreateList()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcache.c182 ASL_CACHE_INFO *Cache; in UtLocalCacheCalloc() local
197 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()
209 return (Cache->Buffer); in UtLocalCacheCalloc()
217 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc()
257 ASL_CACHE_INFO *Cache; in UtParseOpCacheCalloc() local
264 Cache = UtLocalCalloc (sizeof (Cache->Next) + in UtParseOpCacheCalloc()
301 ASL_CACHE_INFO *Cache; in UtSubtableCacheCalloc() local
308 Cache = UtLocalCalloc (sizeof (Cache->Next) + in UtSubtableCacheCalloc()
345 ASL_CACHE_INFO *Cache; in UtFieldCacheCalloc() local
352 Cache = UtLocalCalloc (sizeof (Cache->Next) + in UtFieldCacheCalloc()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp50 AC.Cache.erase(Mod); in clearAnnotationCache()
105 if (AC.Cache.find(m) != AC.Cache.end()) in cacheAnnotationFromMD()
110 AC.Cache[m] = std::move(tmp1); in cacheAnnotationFromMD()
119 if (AC.Cache.find(m) == AC.Cache.end()) in findOneNVVMAnnotation()
121 else if (AC.Cache[m].find(gv) == AC.Cache[m].end()) in findOneNVVMAnnotation()
123 if (AC.Cache[m][gv].find(prop) == AC.Cache[m][gv].end()) in findOneNVVMAnnotation()
125 retval = AC.Cache[m][gv][prop][0]; in findOneNVVMAnnotation()
134 if (AC.Cache.find(m) == AC.Cache.end()) in findAllNVVMAnnotation()
136 else if (AC.Cache[m].find(gv) == AC.Cache[m].end()) in findAllNVVMAnnotation()
138 if (AC.Cache[m][gv].find(prop) == AC.Cache[m][gv].end()) in findAllNVVMAnnotation()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp741 assert(std::is_sorted(Cache.begin(), Cache.begin() + Count) && in AssertSorted()
764 return Cache; in getNonLocalCallDependency()
774 llvm::sort(Cache); in getNonLocalCallDependency()
804 std::upper_bound(Cache.begin(), Cache.begin() + NumSortedEntries, in getNonLocalCallDependency()
868 return Cache; in getNonLocalCallDependency()
1030 Cache.pop_back(); in SortNonLocalDepInfoCache()
1032 std::upper_bound(Cache.begin(), Cache.end() - 1, Val); in SortNonLocalDepInfoCache()
1240 if (Cache && NumSortedEntries != Cache->size()) { in getNonLocalPointerDepFromBB()
1323 if (Cache && NumSortedEntries != Cache->size()) { in getNonLocalPointerDepFromBB()
1327 Cache = nullptr; in getNonLocalPointerDepFromBB()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h38 typedef DenseSlabAllocCache Cache; typedef
39 typedef typename Cache::IndexT IndexT;
68 IndexT Alloc(Cache *c) { in Alloc()
74 void Free(Cache *c, IndexT idx) { in Free()
76 if (c->pos == Cache::kSize) in Free()
87 void FlushCache(Cache *c) { in FlushCache()
91 void InitCache(Cache *c) { in InitCache()
130 NOINLINE void Refill(Cache *c) { in Refill()
150 NOINLINE void Drain(Cache *c) { in Drain()
170 NOINLINE void AllocSuperBlock(Cache *c) { in AllocSuperBlock()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp72 DenseMap<const MDNode *, MDNode *> &Cache) { in replaceInlinedAtSubprogram() argument
79 if (auto It = Cache.find(Loc); It != Cache.end()) { in replaceInlinedAtSubprogram()
92 *LocToUpdate->getScope(), NewSP, Ctx, Cache); in replaceInlinedAtSubprogram()
95 Cache[LocToUpdate] = UpdatedLoc; in replaceInlinedAtSubprogram()
104 Cache[LocToUpdate] = UpdatedLoc; in replaceInlinedAtSubprogram()
112 DenseMap<const MDNode *, MDNode *> &Cache) { in appendInlinedAt() argument
120 if (auto *Found = Cache[IA]) { in appendInlinedAt()
133 Cache[MD] = Last = DILocation::getDistinct( in appendInlinedAt()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h189 Cache.init(); in init()
198 return Cache.getSize() == 0U; in isEmpty()
211 Cache.transfer(C); in drain()
212 needRecycle = Cache.getSize() > getMaxSize(); in drain()
222 Cache.transfer(C); in drainAndRecycle()
231 Cache.getStats(Str); in getStats()
250 CacheT Cache GUARDED_BY(CacheMutex);
267 const uptr CacheSize = Cache.getSize(); in recycle()
277 Cache.mergeBatches(&Tmp); in recycle()
281 while (Cache.getSize() > MinSize) in recycle()
[all …]
H A Dtsd.h34 Instance->initCache(&Cache); in alignas()
75 typename Allocator::CacheT &getCache() REQUIRES(Mutex) { return Cache; } in alignas()
84 typename Allocator::CacheT Cache GUARDED_BY(Mutex); in alignas()
H A Dsecondary.h154 using CacheConfig = typename Config::Secondary::Cache;
477 Cache.init(ReleaseToOsInterval);
504 Cache.disable(); in disable()
508 Cache.enable(); in enable()
523 bool canCache(uptr Size) { return Cache.canCache(Size); } in canCache()
527 void releaseToOS() { Cache.releaseToOS(); } in releaseToOS()
529 void disableMemoryTagging() { Cache.disableMemoryTagging(); } in disableMemoryTagging()
531 void unmapTestOnly() { Cache.unmapTestOnly(); } in unmapTestOnly()
536 typename Config::Secondary::template CacheT<Config> Cache;
691 Cache.store(Options, H); in deallocate()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp364 Cache[I] = I; in findBaseDefiningValueOfVector()
379 Cache[I] = I; in findBaseDefiningValueOfVector()
388 Cache[I] = I; in findBaseDefiningValueOfVector()
399 Cache[I] = I; in findBaseDefiningValueOfVector()
433 Cache[I] = I; in findBaseDefiningValueOfVector()
442 Cache[I] = I; in findBaseDefiningValueOfVector()
465 Cache[I] = I; in findBaseDefiningValue()
493 Cache[I] = I; in findBaseDefiningValue()
516 Cache[I] = I; in findBaseDefiningValue()
563 Cache[I] = I; in findBaseDefiningValue()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h46 mutable std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
93 SymIndexId Id = Cache.size(); in createSymbolPlaceholder()
94 Cache.push_back(nullptr); in createSymbolPlaceholder()
128 SymIndexId Id = Cache.size(); in createSymbol()
137 Cache.push_back(std::move(Result)); in createSymbol()
160 SymIndexId SymId = Cache.size(); in getOrCreateFieldListMember()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h74 typedef QuarantineCache<Callback> Cache; typedef
96 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { in Put()
110 void NOINLINE Drain(Cache *c, Callback cb) { in Drain()
119 void NOINLINE DrainAndRecycle(Cache *c, Callback cb) { in DrainAndRecycle()
144 Cache cache_;
149 Cache tmp; in Recycle()
179 void NOINLINE DoRecycle(Cache *c, Callback cb) { in DoRecycle()
/freebsd/tests/sys/fs/fusefs/
H A Dcache.cc53 class Cache: public FuseTest, public WithParamInterface<CacheParam> { class
57 Cache(): m_direct_io(false) {}; in Cache() function in Cache
136 TEST_P(Cache, truncate_by_surprise_invalidates_cache) in TEST_P() argument
198 INSTANTIATE_TEST_SUITE_P(Cache, Cache,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp36 FileSystemStatCache *Cache, in get() argument
42 if (Cache) in get()
43 RetCode = Cache->getStat(Path, Status, isFile, F, FS); in get()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp69 Cache(*this, getDbiStreamPtr(*Pdb)), AddrToModuleIndex(IMapAllocator) {} in NativeSession()
218 return Cache.getSymbolById(SymbolId); in getSymbolById()
271 return Cache.findSymbolBySectOffset(Sect, Offset, Type); in findSymbolBySectOffset()
283 return Cache.findLineNumbersByVA(Address, Length); in findLineNumbersByAddress()
288 return Cache.findLineNumbersByVA(getLoadAddress() + RVA, Length); in findLineNumbersByRVA()
295 return Cache.findLineNumbersByVA(VA, Length); in findLineNumbersBySectOffset()
335 return Cache.getSourceFileById(FileId); in getSourceFileById()
373 ExeSymbol = Cache.createSymbol<NativeExeSymbol>(); in initializeExeSymbol()
379 return Cache.getNativeSymbolById<NativeExeSymbol>(ExeSymbol); in getNativeGlobalScope()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp171 SplitBlockCache *Cache) { in splitBlock() argument
216 if (!Cache) in splitBlock()
217 Cache = &LocalBlockSymbolsCache; in splitBlock()
218 if (*Cache == std::nullopt) { in splitBlock()
219 *Cache = SplitBlockCache::value_type(); in splitBlock()
222 (*Cache)->push_back(Sym); in splitBlock()
224 llvm::sort(**Cache, [](const Symbol *LHS, const Symbol *RHS) { in splitBlock()
228 auto &BlockSymbols = **Cache; in splitBlock()
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,llcc.yaml7 title: Last Level Cache Controller
14 LLCC (Last Level Cache Controller) provides last level of cache memory in SoC,
17 common pool of memory. Cache memory is divided into partitions called slices
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dsifive-l2-cache.txt1 SiFive L2 Cache Controller
3 The SiFive Level 2 Cache Controller is used to provide access to fast copies
4 of memory for masters in a Core Complex. The Level 2 Cache Controller also
/freebsd/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h395 ACPI_CACHE_T *Cache);
401 ACPI_CACHE_T *Cache);
407 ACPI_CACHE_T *Cache);
413 ACPI_CACHE_T *Cache,
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyCFGOptions.h65 SimplifyCFGOptions &setAssumptionCache(AssumptionCache *Cache) { in setAssumptionCache()
66 AC = Cache; in setAssumptionCache()
/freebsd/contrib/file/magic/Magdir/
H A Dwsdl4 # wsdl: PHP WSDL Cache, https://www.php.net/manual/en/book.soap.php
5 # Cache format extracted from source:
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h77 DenseMap<const MDNode *, MDNode *> &Cache);
94 DenseMap<const MDNode *, MDNode *> &Cache);
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-core-clock.txt10 2 = nbclk (L2 Cache clock)
17 2 = l2clk (L2 Cache clock)
23 2 = l2clk (L2 Cache clock)
43 2 = l2clk (L2 Cache clock derived from CPU0 clock)
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h210 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
211 typedef Cache::iterator CacheIterator;
212 Cache m_cache;
251 typedef std::map<uint8_t, ObjCLanguageRuntime::ClassDescriptorSP> Cache; typedef
252 typedef Cache::iterator CacheIterator;
253 Cache m_ext_cache;

1234567