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