Searched refs:stack_record (Results 1 – 1 of 1) sorted by relevance
58 struct stack_record { struct59 struct stack_record *next; /* Link in the hash table */ argument79 static struct stack_record **stack_table; argument152 sizeof(struct stack_record *), in stack_depot_early_init()205 stack_table = kvcalloc(entries, sizeof(struct stack_record *), GFP_KERNEL); in stack_depot_init()259 static struct stack_record *262 struct stack_record *stack; in depot_alloc_stack()343 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()347 struct stack_record *found; in find_stack()362 struct stack_record *found = NULL, **bucket; in __stack_depot_save()[all …]