Searched refs:stack_record (Results 1 – 1 of 1) sorted by relevance
64 struct stack_record { struct65 struct stack_record *next; /* Link in the hashtable */ argument119 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()[all …]