Home
last modified time | relevance | path

Searched refs:stack_record (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Dstackdepot.c58 struct stack_record { struct
59 struct stack_record *next; /* Link in the hash table */ argument
79 static struct stack_record **stack_table; argument
152 sizeof(struct stack_record *), in stack_depot_early_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()
419 struct stack_record *new = in __stack_depot_save()
[all …]