Searched defs:stack_record (Results 1 – 2 of 2) sorted by relevance
60 struct stack_record { struct61 struct stack_record *next; /* Link in the hashtable */ argument62 u32 hash; /* Hash in the hastable */63 u32 size; /* Number of frames in the stack */64 union handle_parts handle;65 unsigned long entries[1]; /* Variable-sized array of entries. */
58 struct stack_record { struct59 struct stack_record *next; /* Link in the hash table */ argument79 static struct stack_record **stack_table; argument