Searched defs:stack_record (Results 1 – 1 of 1) sorted by relevance
61 struct stack_record { struct62 struct stack_record *next; /* Link in the hashtable */ argument63 u32 hash; /* Hash in the hastable */64 u32 size; /* Number of frames in the stack */65 union handle_parts handle;66 unsigned long entries[]; /* Variable-sized array of entries. */