Lines Matching refs:stack_record
68 struct stack_record { struct
69 struct stack_record *next; /* Link in the hashtable */ argument
108 static struct stack_record *depot_alloc_stack(unsigned long *entries, int size, in depot_alloc_stack()
111 int required_size = offsetof(struct stack_record, entries) + in depot_alloc_stack()
113 struct stack_record *stack; in depot_alloc_stack()
154 static struct stack_record *stack_table[STACK_HASH_SIZE] = {
182 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()
186 struct stack_record *found; in find_stack()
202 struct stack_record *stack = slab + offset; in depot_fetch_stack()
222 struct stack_record *found = NULL, **bucket; in depot_save_stack()
269 struct stack_record *new = in depot_save_stack()