Searched refs:stack_record (Results 1 – 1 of 1) sorted by relevance
59 struct stack_record { struct60 struct stack_record *next; /* Link in the hashtable */ argument103 static struct stack_record *depot_alloc_stack(unsigned long *entries, int size, in depot_alloc_stack()106 int required_size = offsetof(struct stack_record, entries) + in depot_alloc_stack()108 struct stack_record *stack; in depot_alloc_stack()149 static struct stack_record *stack_table[STACK_HASH_SIZE] = {177 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()181 struct stack_record *found; in find_stack()207 struct stack_record *stack = slab + offset; in stack_depot_fetch()227 struct stack_record *found = NULL, **bucket; in stack_depot_save()[all …]