Home
last modified time | relevance | path

Searched defs:Lump (Results 1 – 1 of 1) sorted by relevance

/plan9-contrib/sys/src/cmd/venti/srv/
H A Ddat.h22 typedef struct Lump Lump; typedef
238 struct Lump struct
246 Lump *next; /* doubly linked hash chains */ argument
247 Lump *prev; argument
248 u32int heap; /* index in heap table */
249 u32int used; /* last reference times */
250 u32int used2;
251 u32int ref; /* reference count */
252 QLock lock; /* for access to data only */