Lines Matching refs:Cache

22 struct Cache  struct
108 static Block *cacheBumpBlock(Cache *c);
111 static void cacheCheck(Cache*);
114 static void unlinkBody(Cache *c);
115 static int cacheFlushBlock(Cache *c);
118 static void blistFree(Cache*, BList*);
119 static void doRemoveLink(Cache*, BList*);
146 Cache *
150 Cache *c; in cacheAlloc()
156 c = vtMemAllocZ(sizeof(Cache)); in cacheAlloc()
230 cacheFree(Cache *c) in cacheFree()
274 cacheDump(Cache *c) in cacheDump()
288 cacheCheck(Cache *c) in cacheCheck()
343 cacheBumpBlock(Cache *c) in cacheBumpBlock()
403 _cacheLocalLookup(Cache *c, int part, u32int addr, u32int vers, in _cacheLocalLookup()
470 cacheLocalLookup(Cache *c, int part, u32int addr, u32int vers) in cacheLocalLookup()
481 _cacheLocal(Cache *c, int part, u32int addr, int mode, u32int epoch) in _cacheLocal()
589 cacheLocal(Cache *c, int part, u32int addr, int mode) in cacheLocal()
600 cacheLocalData(Cache *c, u32int addr, int type, u32int tag, int mode, u32int epoch) in cacheLocalData()
624 cacheGlobal(Cache *c, uchar score[VtScoreSize], int type, u32int tag, int mode) in cacheGlobal()
714 cacheAllocBlock(Cache *c, int type, u32int tag, u32int epoch, u32int epochLow) in cacheAllocBlock()
801 cacheDirty(Cache *c) in cacheDirty()
807 cacheCountUsed(Cache *c, u32int epochLow, u32int *used, u32int *total, u32int *bsize) in cacheCountUsed()
877 cacheLocalSize(Cache *c, int part) in cacheLocalSize()
902 Cache *c; in blockPut()
965 Cache *c; in _blockSetLabel()
1091 Cache *c; in blockDirty()
1173 Cache *c; in blockWrite()
1257 Cache *c; in blockSetIOState()
1502 doRemoveLink(Cache *c, BList *p) in doRemoveLink()
1592 Cache *c; in blistAlloc()
1646 blistFree(Cache *c, BList *bl) in blistFree()
1767 Cache *c; in upHeap()
1791 Cache *c; in downHeap()
1820 Cache *c; in heapDel()
1853 readLabel(Cache *c, Label *l, u32int addr) in readLabel()
1880 unlinkBody(Cache *c) in unlinkBody()
1901 Cache *c = a; in unlinkThread()
1940 flushFill(Cache *c) in flushFill()
1986 cacheFlushBlock(Cache *c) in cacheFlushBlock()
2043 Cache *c = a; in flushThread()
2088 cacheFlush(Cache *c, int wait) in cacheFlush()
2110 Cache *c; in cacheSync()