Lines Matching refs:stack_record
64 struct stack_record { struct
65 struct stack_record *next; /* Link in the hashtable */ argument
119 static struct stack_record *
122 struct stack_record *stack; in depot_alloc_stack()
171 static struct stack_record **stack_table;
213 sizeof(struct stack_record *), in stack_depot_early_init()
260 stack_table = kvcalloc(entries, sizeof(struct stack_record *), GFP_KERNEL); in stack_depot_init()
297 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()
301 struct stack_record *found; in find_stack()
370 struct stack_record *stack; in stack_depot_fetch()
424 struct stack_record *found = NULL, **bucket; in __stack_depot_save()
483 struct stack_record *new = depot_alloc_stack(entries, nr_entries, hash, &prealloc); in __stack_depot_save()