Searched defs:Lump (Results 1 – 1 of 1) sorted by relevance
22 typedef struct Lump Lump; typedef238 struct Lump struct246 Lump *next; /* doubly linked hash chains */ argument247 Lump *prev; argument248 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 */