| /plan9/sys/src/cmd/fossil/ |
| H A D | fns.h | 20 Block* cacheAllocBlock(Cache*, int, u32int, u32int, u32int); 21 Cache* cacheAlloc(Disk*, VtSession*, ulong, int); 22 void cacheCountUsed(Cache*, u32int, u32int*, u32int*, u32int*); 23 int cacheDirty(Cache*); 24 void cacheFlush(Cache*, int); 25 void cacheFree(Cache*); 26 Block* cacheGlobal(Cache*, uchar[VtScoreSize], int, u32int, int); 27 Block* cacheLocal(Cache*, int, u32int, int); 28 Block* cacheLocalData(Cache*, u32int, int, u32int, int, u32int); 29 u32int cacheLocalSize(Cache*, int); [all …]
|
| H A D | dat.h | 4 typedef struct Cache Cache; typedef 18 #pragma incomplete Cache 78 Cache *cache; /* immutable */ 231 Cache *c; 305 Cache *cache;
|
| H A D | cache.c | 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() [all …]
|
| H A D | archive.c | 21 Cache *c; 31 archInit(Cache *c, Disk *disk, Fs *fs, VtSession *z) in archInit() 104 Cache *c;
|
| H A D | srcload.c | 15 Source *mkroot(Cache*);
|
| H A D | fossil-acid | 162 c = (Cache)c;
|
| H A D | fs.c | 184 superGet(Cache *c, Super* super) in superGet()
|
| H A D | source.c | 531 Cache *c; in blockWalk()
|
| /plan9/sys/src/libcontrol/ |
| H A D | cache.c | 9 typedef struct Cache Cache; typedef 11 struct Cache struct 18 static struct Cache imagecache = {"image"}; argument 19 static struct Cache fontcache = {"font"}; 22 getcacheitem(Cache *c, char *name) in getcacheitem() 35 namecacheitem(Cache *c, void *image, char *name) in namecacheitem() 67 freecacheitem(Cache *c, char *name) in freecacheitem() 95 setcacheitemptr(Cache *c, Control *ctl, CCache **cp, char *s) in setcacheitemptr()
|
| /plan9/sys/src/cmd/spin/ |
| H A D | tl_cache.c | 17 typedef struct Cache { struct 21 struct Cache *nxt; argument 22 } Cache; typedef 24 static Cache *stored = (Cache *) 0; 34 stored = (Cache *) 0; in ini_cache() 42 { Cache *d; int nr=0; 56 { Cache *d; int nr=0; in in_cache() 69 { Cache *d; in cached() 77 d = (Cache *) tl_emalloc(sizeof(Cache)); in cached()
|
| /plan9/sys/src/cmd/cifs/ |
| H A D | ping.c | 57 static Pingcache *Cache; variable 74 for(c = Cache; c; c = c->next) in ping() 120 for(c = Cache; c; c = c->next) in ping() 126 c->next = Cache; in ping() 127 Cache = c; in ping()
|
| H A D | dfs.c | 76 Dfscache *Cache; variable 84 for(cp = Cache; cp; cp = cp->next){ in dfscacheinfo() 120 for(cp = Cache; cp; cp = cp->next){ in lookup() 400 cp->next = Cache; in redirect() 401 Cache = cp; in redirect()
|
| /plan9/sys/src/cmd/cwfs/ |
| H A D | cw.c | 123 Cache *h; in cmd_statw() 181 h = (Cache*)p->iobuf; in cmd_statw() 250 Cache *h; in dumpblock() 262 h = (Cache*)cb->iobuf; in dumpblock() 359 h = (Cache*)cb->iobuf; in dumpblock() 418 Cache *h; in cwinit() 427 h = (Cache*)cb->iobuf; in cwinit() 454 sa = ((Cache*)cb->iobuf)->sbaddr; in cwsaddr() 472 ra = ((Cache*)cb->iobuf)->cwraddr; in cwraddr() 477 ra = ((Cache*)cb->iobuf)->roraddr; in cwraddr() [all …]
|
| H A D | portdat.h | 48 typedef struct Cache Cache; typedef 535 struct Cache struct
|
| H A D | main.c | 221 sizeof(Dentry), sizeof(Cache)); in printsizes()
|
| H A D | sub.c | 1413 Cache *h; in swab() 1513 h = (Cache*)p; in swab()
|
| /plan9/sys/src/cmd/ |
| H A D | du.c | 272 } Cache; typedef 273 Cache cache[NCACHE]; 280 Cache *c; in seen()
|
| /plan9/sys/src/9/kw/ |
| H A D | flashkw.c | 54 typedef struct Cache Cache; typedef 70 struct Cache { struct 124 static Cache cache;
|
| /plan9/sys/src/9/port/ |
| H A D | cache.c | 39 typedef struct Cache Cache; typedef 40 struct Cache struct 59 static Cache cache; argument
|
| /plan9/sys/src/cmd/cwfs/doc/ |
| H A D | changes | 23 sizeof(Cache) = 88 32 sizeof(Cache) = 88
|
| /plan9/sys/doc/fs/ |
| H A D | p3 | 2 Buffer Cache
|
| H A D | p6 | 2 Cache/WORM Driver
|
| /plan9/sys/doc/ |
| H A D | fossil.ms | 1086 Cache eviction follows a least recently used policy.
|
| /plan9/sys/src/ape/cmd/patch/ |
| H A D | ChangeLog | 924 Cache ofp for speed. Check for write errors.
|
| /plan9/lib/ |
| H A D | pci | 2445 1087 Cache Computer
|