Home
last modified time | relevance | path

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

/system/ulib/ftl/utils/
A Dfscache.h64 } Cache; typedef
70 void FcReinit(Cache* C, ui32 entry_size);
71 void FcDestroy(Cache* C);
72 void FcRmvEntry(Cache* C, ui32 entry_number);
74 void FcFreeEntry(Cache* C, FcEntry** entry);
75 int FcFlush(Cache* C);
77 FcEntry* FcInCache(const Cache* C, ui32 entry_number);
79 int FcHitsPercent(const Cache* C);
82 void FcRmvFmLRU(Cache* C, FcEntry* entry);
83 ui32 FcRAM(const Cache* C);
[all …]
/system/ulib/blobfs/
A Dcache-node.cpp19 Cache().Downgrade(this); in fbl_recycle()
24 Cache().EvictUnsafe(this, true); in fbl_recycle()
A Dblobfs.cpp270 Cache().ForAllOpenNodes([](fbl::RefPtr<CacheNode> cache_node) { in Shutdown()
547 Cache().Reset(); in ~Blobfs()
566 fs->Cache().SetCachePolicy(options.cache_policy); in Create()
635 Cache().Reset(); in InitializeVnodes()
649 zx_status_t status = Cache().Add(vnode); in InitializeVnodes()
A Dvnode.cpp813 BlobCache& VnodeBlob::Cache() { in Cache() function in blobfs::VnodeBlob
814 return blobfs_->Cache(); in Cache()
916 if ((status = Cache().Lookup(digest, &cache_node)) != ZX_OK) { in Lookup()
955 if ((status = Cache().Add(vn)) != ZX_OK) { in Create()
1020 if ((status = Cache().Lookup(digest, &cache_node)) != ZX_OK) { in Unlink()
1122 ZX_ASSERT(Cache().Evict(fbl::WrapRefPtr(this)) == ZX_OK); in Purge()
/system/ulib/blobfs/include/blobfs/
A Dcache-node.h63 virtual BlobCache& Cache() = 0;
A Dvnode.h172 BlobCache& Cache() final;
A Dblobfs.h180 BlobCache& Cache() { in Cache() function
/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
A Dintel-pm-events.inc80 "LLC References", "Last Level Cache")
84 "LLC Misses", "Last Level Cache")
A Dskylake-pm-events.inc149 "LLC cache miss", "Cache miss condition for references to L3")
/system/ulib/smbios/include/lib/smbios/
A Dsmbios.h28 Cache = 7, enumerator
/system/ulib/blobfs/test/
A Dblob-cache-test.cpp28 BlobCache& Cache() final { in Cache() function in blobfs::__anonc9c2388e0111::TestNode

Completed in 18 milliseconds