Searched refs:stack_record (Results 1 – 1 of 1) sorted by relevance
57 struct stack_record { struct58 struct stack_record *next; /* Link in the hash table */ argument78 static struct stack_record **stack_table; argument151 sizeof(struct stack_record *), in stack_depot_early_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()[all …]
Completed in 4 milliseconds