Searched refs:stack_record (Results 1 – 1 of 1) sorted by relevance
60 struct stack_record { struct61 struct stack_record *next; /* Link in the hashtable */ argument104 static struct stack_record *depot_alloc_stack(unsigned long *entries, int size, in depot_alloc_stack()107 int required_size = offsetof(struct stack_record, entries) + in depot_alloc_stack()109 struct stack_record *stack; in depot_alloc_stack()150 static struct stack_record *stack_table[STACK_HASH_SIZE] = {178 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()182 struct stack_record *found; in find_stack()208 struct stack_record *stack; in stack_depot_fetch()239 struct stack_record *found = NULL, **bucket; in stack_depot_save()[all …]