stack_record 60 lib/stackdepot.c struct stack_record *next; /* Link in the hashtable */ stack_record 103 lib/stackdepot.c static struct stack_record *depot_alloc_stack(unsigned long *entries, int size, stack_record 106 lib/stackdepot.c int required_size = offsetof(struct stack_record, entries) + stack_record 108 lib/stackdepot.c struct stack_record *stack; stack_record 149 lib/stackdepot.c static struct stack_record *stack_table[STACK_HASH_SIZE] = { stack_record 177 lib/stackdepot.c static inline struct stack_record *find_stack(struct stack_record *bucket, stack_record 181 lib/stackdepot.c struct stack_record *found; stack_record 207 lib/stackdepot.c struct stack_record *stack = slab + offset; stack_record 227 lib/stackdepot.c struct stack_record *found = NULL, **bucket; stack_record 276 lib/stackdepot.c struct stack_record *new =