Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:CacheAddr

10 // be stored as a series of blocks on a block-file. In any case, CacheAddr
14 // a CacheAddr value. Linking for a given hash bucket is handled internally
63 typedef uint32 CacheAddr;
73 CacheAddr heads[5];
74 CacheAddr tails[5];
75 CacheAddr transaction; // In-flight operation target.
91 CacheAddr stats; // Storage for usage data.
103 CacheAddr table[kIndexTablesize]; // Default size. Actual size controlled
114 CacheAddr next; // Next entry with the same hash or bucket.
115 CacheAddr rankings_node; // Rankings node for this entry.
121 CacheAddr long_key; // Optional address of a long key.
123 CacheAddr data_addr[4]; // entry.
151 CacheAddr next; // LRU list.
152 CacheAddr prev; // LRU list.
153 CacheAddr contents; // Address of the EntryStore.