Lines Matching defs:stack_record
60 struct stack_record {
61 struct stack_record *next; /* Link in the hashtable */
104 static struct stack_record *depot_alloc_stack(unsigned long *entries, int size,
107 int required_size = offsetof(struct stack_record, entries) +
109 struct stack_record *stack;
150 static struct stack_record *stack_table[STACK_HASH_SIZE] = {
178 static inline struct stack_record *find_stack(struct stack_record *bucket,
182 struct stack_record *found;
208 struct stack_record *stack;
239 struct stack_record *found = NULL, **bucket;
288 struct stack_record *new =