Lines Matching refs:stack_record
57 struct stack_record { struct
58 struct stack_record *next; /* Link in the hash table */ argument
78 static struct stack_record **stack_table; argument
151 sizeof(struct stack_record *), in stack_depot_early_init()
204 stack_table = kvcalloc(entries, sizeof(struct stack_record *), GFP_KERNEL); in stack_depot_init()
258 static struct stack_record *
261 struct stack_record *stack; in depot_alloc_stack()
337 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()
341 struct stack_record *found; in find_stack()
356 struct stack_record *found = NULL, **bucket; in __stack_depot_save()
413 struct stack_record *new = in __stack_depot_save()
465 struct stack_record *stack; in stack_depot_fetch()