Home
last modified time | relevance | path

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

/Linux-v5.15/lib/
Dstackdepot.c61 struct stack_record { struct
62 struct stack_record *next; /* Link in the hashtable */ argument
105 static struct stack_record *depot_alloc_stack(unsigned long *entries, int size, in depot_alloc_stack()
108 struct stack_record *stack; in depot_alloc_stack()
150 static struct stack_record **stack_table;
168 size_t size = (STACK_HASH_SIZE * sizeof(struct stack_record *)); in stack_depot_init()
202 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()
206 struct stack_record *found; in find_stack()
232 struct stack_record *stack; in stack_depot_fetch()
263 struct stack_record *found = NULL, **bucket; in stack_depot_save()
[all …]