Lines Matching refs:VtCache
31 struct VtCache struct
47 static void cachecheck(VtCache*); argument
49 VtCache*
53 VtCache *c; in vtcachealloc()
57 c = vtmallocz(sizeof(VtCache)); in vtcachealloc()
90 vtcachesetwrite(VtCache *c, int (*write)(VtConn*, uchar[VtScoreSize], uint, uchar*, int)) in vtcachesetwrite()
98 vtcachefree(VtCache *c) in vtcachefree()
116 vtcachedump(VtCache *c) in vtcachedump()
129 cachecheck(VtCache *c) in cachecheck()
177 VtCache *c; in upheap()
201 VtCache *c; in downheap()
230 VtCache *c; in heapdel()
264 vtcachebumpblock(VtCache *c) in vtcachebumpblock()
307 vtcachelocal(VtCache *c, u32int addr, int type) in vtcachelocal()
335 vtcacheallocblock(VtCache *c, int type) in vtcacheallocblock()
359 vtcacheglobal(VtCache *c, uchar score[VtScoreSize], int type) in vtcacheglobal()
477 VtCache *c; in vtblockput()
527 VtCache *c; in vtblockwrite()
558 vtcacheblocksize(VtCache *c) in vtcacheblocksize()