Searched defs:DCache (Results 1 – 1 of 1) sorted by relevance
31 typedef struct DCache DCache; typedef40 struct DCache struct42 QLock lock;43 RWLock dirtylock; /* must be held to inspect or set b->dirty */67 static DCache dcache; argument