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