Lines Matching refs:stack_record
60 struct stack_record { struct
61 struct stack_record *next; /* Link in the hashtable */ argument
104 static struct stack_record *
107 struct stack_record *stack; in depot_alloc_stack()
149 static struct stack_record **stack_table;
167 size_t size = (STACK_HASH_SIZE * sizeof(struct stack_record *)); in stack_depot_init()
201 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()
205 struct stack_record *found; in find_stack()
274 struct stack_record *stack; in stack_depot_fetch()
319 struct stack_record *found = NULL, **bucket; in __stack_depot_save()
368 struct stack_record *new = depot_alloc_stack(entries, nr_entries, hash, &prealloc); in __stack_depot_save()