Searched refs:Cache (Results 1 – 11 of 11) sorted by relevance
| /system/ulib/ftl/utils/ |
| A D | fscache.h | 64 } 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 D | cache-node.cpp | 19 Cache().Downgrade(this); in fbl_recycle() 24 Cache().EvictUnsafe(this, true); in fbl_recycle()
|
| A D | blobfs.cpp | 270 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 D | vnode.cpp | 813 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 D | cache-node.h | 63 virtual BlobCache& Cache() = 0;
|
| A D | vnode.h | 172 BlobCache& Cache() final;
|
| A D | blobfs.h | 180 BlobCache& Cache() { in Cache() function
|
| /system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/ |
| A D | intel-pm-events.inc | 80 "LLC References", "Last Level Cache") 84 "LLC Misses", "Last Level Cache")
|
| A D | skylake-pm-events.inc | 149 "LLC cache miss", "Cache miss condition for references to L3")
|
| /system/ulib/smbios/include/lib/smbios/ |
| A D | smbios.h | 28 Cache = 7, enumerator
|
| /system/ulib/blobfs/test/ |
| A D | blob-cache-test.cpp | 28 BlobCache& Cache() final { in Cache() function in blobfs::__anonc9c2388e0111::TestNode
|
Completed in 18 milliseconds